Changeset 561 for trunk/tools/assistant/lib/lib.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/tools/assistant/lib/lib.pro
r552 r561 1 QT += sql xml network 1 QT += sql \ 2 xml \ 3 network 2 4 TEMPLATE = lib 3 5 TARGET = QtHelp 4 DEFINES += QHELP_LIB QT_CLUCENE_SUPPORT 5 CONFIG += qt warn_on 6 6 DEFINES += QHELP_LIB \ 7 QT_CLUCENE_SUPPORT 8 CONFIG += qt \ 9 warn_on 7 10 include(../../../src/qbase.pri) 8 9 11 QMAKE_TARGET_PRODUCT = Help 10 QMAKE_TARGET_DESCRIPTION = Help application framework. 12 QMAKE_TARGET_DESCRIPTION = Help \ 13 application \ 14 framework. 11 15 DEFINES -= QT_ASCII_CAST_WARNINGS 12 13 16 qclucene = QtCLucene$${QT_LIBINFIX} 14 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) { 17 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) { 15 18 mac:qclucene = $${qclucene}_debug 16 19 win32|os2:qclucene = $${qclucene}d 17 20 } 18 linux-lsb-g++:LIBS += --lsb-shared-libs=$$qclucene 19 unix:QMAKE_PKGCONFIG_REQUIRES += QtNetwork QtSql QtXml 20 LIBS += -l$$qclucene 21 unix:QMAKE_PKGCONFIG_REQUIRES += QtNetwork QtSql QtXml 21 linux-lsb-g++:LIBS_PRIVATE += --lsb-shared-libs=$$qclucene 22 unix:QMAKE_PKGCONFIG_REQUIRES += QtNetwork \ 23 QtSql \ 24 QtXml 25 LIBS_PRIVATE += -l$$qclucene 22 26 23 27 RESOURCES += helpsystem.qrc 24 25 28 SOURCES += qhelpenginecore.cpp \ 26 qhelpengine.cpp \ 27 qhelpdbreader.cpp \ 28 qhelpcontentwidget.cpp \ 29 qhelpindexwidget.cpp \ 30 qhelpgenerator.cpp \ 31 qhelpdatainterface.cpp \ 32 qhelpprojectdata.cpp \ 33 qhelpcollectionhandler.cpp \ 34 qhelpsearchengine.cpp \ 35 qhelpsearchquerywidget.cpp \ 36 qhelpsearchresultwidget.cpp \ 37 qhelpsearchindex_default.cpp \ 38 qhelpsearchindexwriter_default.cpp \ 39 qhelpsearchindexreader_default.cpp 29 qhelpengine.cpp \ 30 qhelpdbreader.cpp \ 31 qhelpcontentwidget.cpp \ 32 qhelpindexwidget.cpp \ 33 qhelpgenerator.cpp \ 34 qhelpdatainterface.cpp \ 35 qhelpprojectdata.cpp \ 36 qhelpcollectionhandler.cpp \ 37 qhelpsearchengine.cpp \ 38 qhelpsearchquerywidget.cpp \ 39 qhelpsearchresultwidget.cpp \ 40 qhelpsearchindex_default.cpp \ 41 qhelpsearchindexwriter_default.cpp \ 42 qhelpsearchindexreader_default.cpp \ 43 qhelpsearchindexreader.cpp \ 44 qhelp_global.cpp 40 45 41 46 # access to clucene 42 47 SOURCES += qhelpsearchindexwriter_clucene.cpp \ 43 qhelpsearchindexreader_clucene.cpp 44 48 qhelpsearchindexreader_clucene.cpp 45 49 HEADERS += qhelpenginecore.h \ 46 qhelpengine.h \ 47 qhelpengine_p.h \ 48 qhelp_global.h \ 49 qhelpdbreader_p.h \ 50 qhelpcontentwidget.h \ 51 qhelpindexwidget.h \ 52 qhelpgenerator_p.h \ 53 qhelpdatainterface_p.h \ 54 qhelpprojectdata_p.h \ 55 qhelpcollectionhandler_p.h \ 56 qhelpsearchengine.h \ 57 qhelpsearchquerywidget.h \ 58 qhelpsearchresultwidget.h \ 59 qhelpsearchindex_default_p.h \ 60 qhelpsearchindexwriter_default_p.h \ 61 qhelpsearchindexreader_default_p.h 50 qhelpengine.h \ 51 qhelpengine_p.h \ 52 qhelp_global.h \ 53 qhelpdbreader_p.h \ 54 qhelpcontentwidget.h \ 55 qhelpindexwidget.h \ 56 qhelpgenerator_p.h \ 57 qhelpdatainterface_p.h \ 58 qhelpprojectdata_p.h \ 59 qhelpcollectionhandler_p.h \ 60 qhelpsearchengine.h \ 61 qhelpsearchquerywidget.h \ 62 qhelpsearchresultwidget.h \ 63 qhelpsearchindex_default_p.h \ 64 qhelpsearchindexwriter_default_p.h \ 65 qhelpsearchindexreader_default_p.h \ 66 qhelpsearchindexreader_p.h 62 67 63 68 # access to clucene 64 69 HEADERS += qhelpsearchindexwriter_clucene_p.h \ 65 70 qhelpsearchindexreader_clucene_p.h
Note:
See TracChangeset
for help on using the changeset viewer.