summaryrefslogtreecommitdiffstats
path: root/tools/assistant/translations/qt_help.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-03-23 09:18:55 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-03-23 09:18:55 (GMT)
commite5fcad302d86d316390c6b0f62759a067313e8a9 (patch)
treec2afbf6f1066b6ce261f14341cf6d310e5595bc1 /tools/assistant/translations/qt_help.pro
downloadQt-e5fcad302d86d316390c6b0f62759a067313e8a9.zip
Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz
Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.bz2
Long live Qt 4.5!
Diffstat (limited to 'tools/assistant/translations/qt_help.pro')
-rw-r--r--tools/assistant/translations/qt_help.pro49
1 files changed, 49 insertions, 0 deletions
diff --git a/tools/assistant/translations/qt_help.pro b/tools/assistant/translations/qt_help.pro
new file mode 100644
index 0000000..1684ac5
--- /dev/null
+++ b/tools/assistant/translations/qt_help.pro
@@ -0,0 +1,49 @@
+# Include those manually as they do not contain any directory specification
+
+SOURCES += ../lib/qhelpcollectionhandler.cpp \
+ ../lib/qhelpcontentwidget.cpp \
+ ../lib/qhelpdatainterface.cpp \
+ ../lib/qhelpdbreader.cpp \
+ ../lib/qhelpengine.cpp \
+ ../lib/qhelpenginecore.cpp \
+ ../lib/qhelpgenerator.cpp \
+ ../lib/qhelpindexwidget.cpp \
+ ../lib/qhelpprojectdata.cpp \
+ ../lib/qhelpsearchengine.cpp \
+ ../lib/qhelpsearchindexreader_clucene.cpp \
+ ../lib/qhelpsearchindexreader_default.cpp \
+ ../lib/qhelpsearchindexwriter_clucene.cpp \
+ ../lib/qhelpsearchindexwriter_default.cpp \
+ ../lib/qhelpsearchindex_default.cpp \
+ ../lib/qhelpsearchquerywidget.cpp \
+ ../lib/qhelpsearchresultwidget.cpp
+
+HEADERS += ../lib/qhelpcollectionhandler_p.h \
+ ../lib/qhelpcontentwidget.h \
+ ../lib/qhelpdatainterface_p.h \
+ ../lib/qhelpdbreader_p.h \
+ ../lib/qhelpengine.h \
+ ../lib/qhelpenginecore.h \
+ ../lib/qhelpengine_p.h \
+ ../lib/qhelpgenerator_p.h \
+ ../lib/qhelpindexwidget.h \
+ ../lib/qhelpprojectdata_p.h \
+ ../lib/qhelpsearchengine.h \
+ ../lib/qhelpsearchindexreader_clucene_p.h \
+ ../lib/qhelpsearchindexreader_default_p.h \
+ ../lib/qhelpsearchindexwriter_clucene_p.h \
+ ../lib/qhelpsearchindexwriter_default_p.h \
+ ../lib/qhelpsearchindex_default_p.h \
+ ../lib/qhelpsearchquerywidget.h \
+ ../lib/qhelpsearchresultwidget.h \
+ ../lib/qhelp_global.h
+
+
+TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/qt_help_de.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/qt_help_ja.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/qt_help_pl.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/qt_help_untranslated.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/qt_help_tr_TR.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/qt_help_zh_CN.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/qt_help_zh_TW.ts
+error("This is a dummy profile to be used for translations ONLY.")