summaryrefslogtreecommitdiffstats
path: root/tools/assistant/translations/translations.pro
blob: 85721239d210d9441b0738b20f7d2064c7b157ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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_zh_CN.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_zh_TW.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_da.ts