Changeset 561 for trunk/src/tools/bootstrap/bootstrap.pro
- 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/src/tools/bootstrap/bootstrap.pro
r60 r561 31 31 INCLUDEPATH += $$QT_BUILD_TREE/include \ 32 32 $$QT_BUILD_TREE/include/QtCore \ 33 $$QT_BUILD_TREE/include/QtXml \33 $$QT_BUILD_TREE/include/QtXml 34 34 35 35 DEPENDPATH += $$INCLUDEPATH \ … … 53 53 ../../corelib/io/qabstractfileengine.cpp \ 54 54 ../../corelib/io/qbuffer.cpp \ 55 ../../corelib/io/qdatastream.cpp \ 55 56 ../../corelib/io/qdir.cpp \ 56 57 ../../corelib/io/qdiriterator.cpp \ … … 70 71 ../../corelib/tools/qdatetime.cpp \ 71 72 ../../corelib/tools/qhash.cpp \ 72 ../../corelib/tools/qlist data.cpp \73 ../../corelib/tools/qlist.cpp \ 73 74 ../../corelib/tools/qlocale.cpp \ 74 75 ../../corelib/tools/qmap.cpp \ … … 93 94 94 95 macx: { 95 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10. 3 #enables weak linking for 10.3(exported)96 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 #enables weak linking for 10.4 (exported) 96 97 SOURCES += ../../corelib/kernel/qcore_mac.cpp 97 98 LIBS += -framework CoreServices
Note:
See TracChangeset
for help on using the changeset viewer.