summaryrefslogtreecommitdiffstats
path: root/tools/assistant/translations/translations.pro
blob: 95501abaffaf2c52400e7f290b60386d033a0ce5 (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
50
51
52
# 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 \

TR_DIR = $$PWD/../../../translations
TRANSLATIONS = \
    $$TR_DIR/assistant_da.ts \
    $$TR_DIR/assistant_de.ts \
    $$TR_DIR/assistant_fr.ts \
    $$TR_DIR/assistant_ja.ts \
    $$TR_DIR/assistant_pl.ts \
    $$TR_DIR/assistant_ru.ts \
    $$TR_DIR/assistant_zh_CN.ts \
    $$TR_DIR/assistant_zh_TW.ts