Changeset 561 for trunk/src/tools/bootstrap
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 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.pri
r2 r561 29 29 $$QT_BUILD_TREE/include/QtCore \ 30 30 $$QT_BUILD_TREE/include/QtXml \ 31 ../../xml31 /xml 32 32 DEPENDPATH += $$INCLUDEPATH \ 33 ../../corelib/global \34 ../../corelib/kernel \35 ../../corelib/tools \36 ../../corelib/io \37 ../../corelib/codecs \38 ../../xml33 /corelib/global \ 34 /corelib/kernel \ 35 /corelib/tools \ 36 /corelib/io \ 37 /corelib/codecs \ 38 /xml 39 39 40 40 hpux-acc*|hpuxi-acc* { 41 LIBS += ../bootstrap/libbootstrap.a41 LIBS += /bootstrap/libbootstrap.a 42 42 } else { 43 43 contains(CONFIG, debug_and_release_target) { 44 44 CONFIG(debug, debug|release) { 45 LIBS+=-L ../bootstrap/debug45 LIBS+=-L/bootstrap/debug 46 46 } else { 47 LIBS+=-L ../bootstrap/release47 LIBS+=-L/bootstrap/release 48 48 } 49 49 } else { 50 LIBS += -L ../bootstrap50 LIBS += -L/bootstrap 51 51 } 52 52 LIBS += -lbootstrap -
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 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. (exported) 96 97 SOURCES += ../../corelib/kernel/qcore_mac.cpp 97 98 LIBS += -framework CoreServices
Note:
See TracChangeset
for help on using the changeset viewer.