summaryrefslogtreecommitdiffstats
path: root/tools/assistant/translations/translations_adp.pro
blob: e3edca4a5ed526a1f3fb8936578c3a1412080c97 (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
# Include those manually as they do not contain any directory specification

FORMS += ../compat/helpdialog.ui \
         ../compat/mainwindow.ui \
         ../compat/tabbedbrowser.ui \
         ../compat/topicchooser.ui

SOURCES += ../compat/main.cpp \
           ../compat/helpwindow.cpp \
           ../compat/topicchooser.cpp \
           ../compat/docuparser.cpp \
           ../compat/index.cpp \
           ../compat/profile.cpp \
           ../compat/config.cpp \
           ../compat/helpdialog.cpp \
           ../compat/mainwindow.cpp \
           ../compat/tabbedbrowser.cpp \
           ../compat/fontsettingsdialog.cpp

SOURCES += ../../shared/fontpanel/fontpanel.cpp

HEADERS += ../compat/helpwindow.h \
           ../compat/topicchooser.h \
           ../compat/docuparser.h \
           ../compat/index.h \
           ../compat/profile.h \
           ../compat/helpdialog.h \
           ../compat/mainwindow.h \
           ../compat/tabbedbrowser.h \
           ../compat/config.h \
           ../compat/fontsettingsdialog.h


TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/assistant_adp_de.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_ja.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_pl.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_untranslated.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_zh_CN.ts \
             $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_zh_TW.ts
error("This is a dummy profile to be used for translations ONLY.")