You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/qmake/generators
OBATA Akio ae3d63aa83
Fix to detect file conponent from path properly in Makefile generator
It should be either `path.right(path.length() - sep_pos - 1)` or
`path.mid(sep_pos + 1)`.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 30a7754971)
4 years ago
..
mac Add Qt3 development HEAD version 14 years ago
unix Fix to detect file conponent from path properly in Makefile generator 4 years ago
win32 Fix FTBFS with stricter C++11 7 years ago
makefile.cpp Fix to detect file conponent from path properly in Makefile generator 4 years ago
makefile.h Add Qt3 development HEAD version 14 years ago
projectgenerator.cpp Remove dates from generated files. 4 years ago
projectgenerator.h Add Qt3 development HEAD version 14 years ago