summaryrefslogtreecommitdiff
path: root/tools/assistant/lib/lib.pro
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2009-11-03 10:55:44 +0100
committerck <qt-info@nokia.com>2009-11-03 10:55:44 +0100
commit187be1cdbac3ec9dd2b748f25a5d6198c7a7ed87 (patch)
tree6291de743e2182e2725ae52e8584e88e9a891a21 /tools/assistant/lib/lib.pro
parente535343ee9502d48cdc282a6c91da9655d8205c6 (diff)
downloadqt4-tools-187be1cdbac3ec9dd2b748f25a5d6198c7a7ed87.tar.gz
Introduce symbolic constants for CLucene field names.
Reviewed-by: kh1
Diffstat (limited to 'tools/assistant/lib/lib.pro')
-rw-r--r--tools/assistant/lib/lib.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro
index 011dec2a95..322320aee2 100644
--- a/tools/assistant/lib/lib.pro
+++ b/tools/assistant/lib/lib.pro
@@ -23,7 +23,6 @@ unix:QMAKE_PKGCONFIG_REQUIRES += QtNetwork \
QtSql \
QtXml
LIBS_PRIVATE += -l$$qclucene
-
RESOURCES += helpsystem.qrc
SOURCES += qhelpenginecore.cpp \
qhelpengine.cpp \
@@ -40,7 +39,8 @@ SOURCES += qhelpenginecore.cpp \
qhelpsearchindex_default.cpp \
qhelpsearchindexwriter_default.cpp \
qhelpsearchindexreader_default.cpp \
- qhelpsearchindexreader.cpp
+ qhelpsearchindexreader.cpp \
+ qclucenefieldnames.cpp
# access to clucene
SOURCES += qhelpsearchindexwriter_clucene.cpp \
@@ -62,7 +62,8 @@ HEADERS += qhelpenginecore.h \
qhelpsearchindex_default_p.h \
qhelpsearchindexwriter_default_p.h \
qhelpsearchindexreader_default_p.h \
- qhelpsearchindexreader_p.h
+ qhelpsearchindexreader_p.h \
+ qclucenefieldnames_p.h
# access to clucene
HEADERS += qhelpsearchindexwriter_clucene_p.h \