Changeset 561 for trunk/qmake/qmake.pri
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/qmake/qmake.pri
r406 r561 9 9 generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \ 10 10 generators/win32/msvc_dsp.cpp generators/win32/msvc_vcproj.cpp \ 11 generators/win32/msvc_objectmodel.cpp generators/os2/gnumake.cpp 11 generators/win32/msvc_objectmodel.cpp \ 12 generators/symbian/symmake.cpp \ 13 generators/symbian/symmake_abld.cpp \ 14 generators/symbian/symmake_sbsv2.cpp \ 15 generators/symbian/initprojectdeploy_symbian.cpp \ 16 generators/os2/gnumake.cpp 17 12 18 HEADERS += project.h property.h generators/makefile.h \ 13 19 generators/unix/unixmake.h meta.h option.h cachekeys.h \ … … 17 23 generators/win32/msvc_dsp.h generators/win32/msvc_vcproj.h \ 18 24 generators/win32/mingw_make.h generators/win32/msvc_objectmodel.h \ 25 26 27 28 29 19 30 generators/os2/gnumake.h 20 31 … … 47 58 qhash.cpp \ 48 59 qiodevice.cpp \ 49 qlist data.cpp \60 qlist.cpp \ 50 61 qlinkedlist.cpp \ 51 62 qlocale.cpp \ … … 54 65 qmetatype.cpp \ 55 66 qregexp.cpp \ 67 68 56 69 qstring.cpp \ 57 70 qstringlist.cpp \ … … 64 77 qvariant.cpp \ 65 78 qvector.cpp \ 66 qvsnprintf.cpp 79 qvsnprintf.cpp \ 80 qxmlstream.cpp \ 81 qxmlutils.cpp 67 82 68 83 HEADERS+= \ … … 80 95 qabstractfileengine.h \ 81 96 qfileinfo.h \ 82 qfileinfo_p.h \83 97 qglobal.h \ 84 98 qnumeric.h \ … … 92 106 qmetatype.h \ 93 107 qregexp.h \ 108 109 94 110 qstring.h \ 95 111 qstringlist.h \ … … 99 115 qurl.h \ 100 116 quuid.h \ 101 qvector.h 117 qvector.h \ 118 qxmlstream.h \ 119 qxmlutils.h 102 120 103 121 unix { … … 105 123 mac { 106 124 SOURCES += qcore_mac.cpp qsettings_mac.cpp 107 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10. 3 #enables weak linking for 10.3(exported)125 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10. (exported) 108 126 LIBS += -framework ApplicationServices 109 127 } … … 121 139 } 122 140 DEFINES *= QT_NO_QOBJECT 123 include($$QT_SOURCE_TREE/src/script/script.pri)124 141 } else { 125 142 CONFIG += qt 126 QT = core script143 QT = core 127 144 } 128 145 *-g++:profiling {
Note:
See TracChangeset
for help on using the changeset viewer.