source: trunk/tools/assistant/lib/lib.pro

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 1.9 KB
RevLine 
[561]1QT += sql \
2 xml \
3 network
[2]4TEMPLATE = lib
5TARGET = QtHelp
[561]6DEFINES += QHELP_LIB \
7 QT_CLUCENE_SUPPORT
8CONFIG += qt \
9 warn_on
[2]10include(../../../src/qbase.pri)
11QMAKE_TARGET_PRODUCT = Help
[561]12QMAKE_TARGET_DESCRIPTION = Help \
13 application \
14 framework.
[2]15DEFINES -= QT_ASCII_CAST_WARNINGS
16qclucene = QtCLucene$${QT_LIBINFIX}
[561]17if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
[2]18 mac:qclucene = $${qclucene}_debug
[552]19 win32|os2:qclucene = $${qclucene}d
[2]20}
[561]21linux-lsb-g++:LIBS_PRIVATE += --lsb-shared-libs=$$qclucene
22unix:QMAKE_PKGCONFIG_REQUIRES += QtNetwork \
23 QtSql \
24 QtXml
25LIBS_PRIVATE += -l$$qclucene
[2]26RESOURCES += helpsystem.qrc
27SOURCES += qhelpenginecore.cpp \
[561]28 qhelpengine.cpp \
29 qhelpdbreader.cpp \
30 qhelpcontentwidget.cpp \
31 qhelpindexwidget.cpp \
32 qhelpgenerator.cpp \
33 qhelpdatainterface.cpp \
34 qhelpprojectdata.cpp \
35 qhelpcollectionhandler.cpp \
36 qhelpsearchengine.cpp \
37 qhelpsearchquerywidget.cpp \
38 qhelpsearchresultwidget.cpp \
39 qhelpsearchindex_default.cpp \
40 qhelpsearchindexwriter_default.cpp \
41 qhelpsearchindexreader_default.cpp \
42 qhelpsearchindexreader.cpp \
[846]43 qclucenefieldnames.cpp \
[561]44 qhelp_global.cpp
[2]45
46# access to clucene
47SOURCES += qhelpsearchindexwriter_clucene.cpp \
[561]48 qhelpsearchindexreader_clucene.cpp
[2]49HEADERS += qhelpenginecore.h \
[561]50 qhelpengine.h \
51 qhelpengine_p.h \
52 qhelp_global.h \
53 qhelpdbreader_p.h \
54 qhelpcontentwidget.h \