equal
deleted
inserted
replaced
28 # so no instrumentation is really needed on that function anyways. |
28 # so no instrumentation is really needed on that function anyways. |
29 QMAKE_CFLAGS += /nmignore:*:qt_plugin_query_verification_data |
29 QMAKE_CFLAGS += /nmignore:*:qt_plugin_query_verification_data |
30 QMAKE_CXXFLAGS += /nmignore:*:qt_plugin_query_verification_data |
30 QMAKE_CXXFLAGS += /nmignore:*:qt_plugin_query_verification_data |
31 } |
31 } |
32 } |
32 } |
|
33 |
|
34 #handle modules |
|
35 for(mod,$$list($$files($$[QMAKE_MKSPECS]/modules/qt_*.pri))):include($$mod) |
33 |
36 |
34 #handle includes |
37 #handle includes |
35 INCLUDEPATH = $$QMAKE_INCDIR_QT $$INCLUDEPATH #prepending prevents us from picking up "stale" includes |
38 INCLUDEPATH = $$QMAKE_INCDIR_QT $$INCLUDEPATH #prepending prevents us from picking up "stale" includes |
36 win32:INCLUDEPATH += $$QMAKE_INCDIR_QT/ActiveQt |
39 win32:INCLUDEPATH += $$QMAKE_INCDIR_QT/ActiveQt |
37 |
40 |