summaryrefslogtreecommitdiffstats
path: root/tools/assistant/translations/translations.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/translations.pro
downloadQt-e5fcad302d86d316390c6b0f62759a067313e8a9.zip
Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz
Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.bz2
Long live Qt 4.5!
Diffstat (limited to 'tools/assistant/translations/translations.pro')
-rw-r--r--tools/assistant/translations/translations.pro49
1 files changed, 49 insertions, 0 deletions
diff --git a/tools/assistant/translations/translations.pro b/tools/assistant/translations/translations.pro
new file mode 100644
index 0000000..84bde8c
--- /dev/null
+++ b/tools/assistant/translations/translations.pro
@@ -0,0 +1,49 @@
+# Include those manually as they do not contain any directory specification
+
+FORMS += ../tools/assistant/filternamedialog.ui \
+ ../tools/assistant/installdialog.ui \
+ ../tools/assistant/preferencesdialog.ui \
+ ../tools/assistant/topicchooser.ui \
+ ../tools/assistant/bookmarkdialog.ui
+
+SOURCES += ../tools/assistant/aboutdialog.cpp \
+ ../tools/assistant/bookmarkmanager.cpp \
+ ../tools/assistant/centralwidget.cpp \
+ ../tools/assistant/cmdlineparser.cpp \
+ ../tools/assistant/contentwindow.cpp \
+ ../tools/assistant/filternamedialog.cpp \
+ ../tools/assistant/helpviewer.cpp \
+ ../tools/assistant/indexwindow.cpp \
+ ../tools/assistant/installdialog.cpp \
+ ../tools/assistant/main.cpp \
+ ../tools/assistant/mainwindow.cpp \
+ ../tools/assistant/preferencesdialog.cpp \
+ ../tools/assistant/remotecontrol.cpp \
+ ../tools/assistant/searchwidget.cpp \
+ ../tools/assistant/topicchooser.cpp \
+
+SOURCES += ../../shared/fontpanel/fontpanel.cpp
+
+HEADERS += ../tools/assistant/aboutdialog.h \
+ ../tools/assistant/bookmarkmanager.h \
+ ../tools/assistant/centralwidget.h \
+ ../tools/assistant/cmdlineparser.h \
+ ../tools/assistant/contentwindow.h \
+ ../tools/assistant/filternamedialog.h \
+ ../tools/assistant/helpviewer.h \
+ ../tools/assistant/indexwindow.h \
+ ../tools/assistant/installdialog.h \
+ ../tools/assistant/mainwindow.h \
+ ../tools/assistant/preferencesdialog.h \
+ ../tools/assistant/remotecontrol.h \
+ ../tools/assistant/remotecontrol_win.h \
+ ../tools/assistant/searchwidget.h \
+ ../tools/assistant/topicchooser.h \
+
+TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/assistant_de.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/assistant_ja.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/assistant_pl.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/assistant_untranslated.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/assistant_tr_TR.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/assistant_zh_CN.ts \
+ $$[QT_INSTALL_TRANSLATIONS]/assistant_zh_TW.ts