| 1 | CONFIG += depend_includepath
|
|---|
| 2 |
|
|---|
| 3 | QMAKE_INCREMENTAL =
|
|---|
| 4 | SKIP_DEPENDS += qconfig.h qmodules.h
|
|---|
| 5 | DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_STL QT_NO_COMPRESS QT_NO_UNICODETABLES \
|
|---|
| 6 | QT_NO_GEOM_VARIANT QT_NO_DATASTREAM
|
|---|
| 7 |
|
|---|
| 8 | #qmake code
|
|---|
| 9 | SOURCES += project.cpp property.cpp main.cpp generators/makefile.cpp \
|
|---|
| 10 | generators/unix/unixmake2.cpp generators/unix/unixmake.cpp meta.cpp \
|
|---|
| 11 | option.cpp generators/win32/winmakefile.cpp generators/win32/mingw_make.cpp \
|
|---|
| 12 | generators/makefiledeps.cpp generators/metamakefile.cpp generators/mac/pbuilder_pbx.cpp \
|
|---|
| 13 | generators/xmloutput.cpp generators/win32/borland_bmake.cpp \
|
|---|
| 14 | generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \
|
|---|
| 15 | generators/win32/msvc_dsp.cpp generators/win32/msvc_vcproj.cpp \
|
|---|
| 16 | generators/win32/msvc_objectmodel.cpp \
|
|---|
| 17 | generators/symbian/symmake.cpp \
|
|---|
| 18 | generators/symbian/symmake_abld.cpp \
|
|---|
| 19 | generators/symbian/symmake_sbsv2.cpp \
|
|---|
| 20 | generators/symbian/initprojectdeploy_symbian.cpp \
|
|---|
| 21 | windows/registry.cpp \
|
|---|
| 22 | symbian/epocroot.cpp
|
|---|
|
|---|