Changeset 60 for trunk/src/tools/bootstrap/bootstrap.pro
- Timestamp:
- Jun 26, 2009, 12:55:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/bootstrap/bootstrap.pro
r2 r60 27 27 QT_NO_UNICODETABLES \ 28 28 QT_NO_USING_NAMESPACE 29 win32 :DEFINES += QT_NODLL29 win32|os2:DEFINES += QT_NODLL 30 30 31 31 INCLUDEPATH += $$QT_BUILD_TREE/include \ … … 89 89 ../../corelib/io/qfsfileengine_iterator_win.cpp 90 90 91 os2:SOURCES += ../../corelib/io/qfsfileengine_os2.cpp \ 92 ../../corelib/io/qfsfileengine_iterator_os2.cpp 93 91 94 macx: { 92 95 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 #enables weak linking for 10.3 (exported)
Note:
See TracChangeset
for help on using the changeset viewer.