Changeset 846 for trunk/tools/qdoc3/qdoc3.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/qdoc3/qdoc3.pro
r561 r846 5 5 #DEFINES += QT_USE_FAST_CONCATENATION 6 6 7 QT = core xml 8 CONFIG += console 9 CONFIG -= debug_and_release_target 7 qdoc_bootstrapped { 8 include(../../src/tools/bootstrap/bootstrap.pri) 9 SOURCES += ../../src/corelib/plugin/quuid.cpp 10 DEFINES -= QT_NO_CAST_FROM_ASCII 11 DEFINES += QT_NO_TRANSLATION 12 } else { 13 QT = core xml 14 CONFIG += console 15 CONFIG -= debug_and_release_target 16 } 17 10 18 !isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin 11 19 #CONFIG += debug … … 15 23 # CONFIG += debug 16 24 } 17 mac:CONFIG -= app_bundle 25 26 CONFIG -= app_bundle 18 27 HEADERS += apigenerator.h \ 19 28 archiveextractor.h \ … … 30 39 cpptoqsconverter.h \ 31 40 dcfsection.h \ 41 32 42 doc.h \ 33 43 editdistance.h \ … … 74 84 cpptoqsconverter.cpp \ 75 85 dcfsection.cpp \ 86 76 87 doc.cpp \ 77 88 editdistance.cpp \ … … 106 117 yyindent.cpp 107 118 119 120 121 122 123 124 125 126 108 127 target.path = $$[QT_INSTALL_BINS] 109 128 INSTALLS += target
Note:
See TracChangeset
for help on using the changeset viewer.