source: trunk/qmake/qmake.pri@ 500

Last change on this file since 500 was 406, checked in by Dmitry A. Kuminov, 15 years ago

qmake: Build qmake second time after building all DLLs using its .pro and link it to Qt DLLs on OS/2 (this became possible after the fix in #405). This greatly reduces its size and finally fixes the national characters in the date printed in the generarted Makefile headers.

File size: 4.0 KB
Line 
1CONFIG += depend_includepath
2
3#qmake code
4SOURCES += project.cpp property.cpp main.cpp generators/makefile.cpp \
5 generators/unix/unixmake2.cpp generators/unix/unixmake.cpp meta.cpp \
6 option.cpp generators/win32/winmakefile.cpp generators/win32/mingw_make.cpp \
7 generators/makefiledeps.cpp generators/metamakefile.cpp generators/mac/pbuilder_pbx.cpp \
8 generators/xmloutput.cpp generators/win32/borland_bmake.cpp \
9 generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \