0
|
1 |
# Include those manually as they do not contain any directory specification
|
|
2 |
|
|
3 |
FORMS += ../compat/helpdialog.ui \
|
|
4 |
../compat/mainwindow.ui \
|
|
5 |
../compat/tabbedbrowser.ui \
|
|
6 |
../compat/topicchooser.ui
|
|
7 |
|
|
8 |
SOURCES += ../compat/main.cpp \
|
|
9 |
../compat/helpwindow.cpp \
|
|
10 |
../compat/topicchooser.cpp \
|
|
11 |
../compat/docuparser.cpp \
|
|
12 |
../compat/index.cpp \
|
|
13 |
../compat/profile.cpp \
|
|
14 |
../compat/config.cpp \
|
|
15 |
../compat/helpdialog.cpp \
|
|
16 |
../compat/mainwindow.cpp \
|
|
17 |
../compat/tabbedbrowser.cpp \
|
|
18 |
../compat/fontsettingsdialog.cpp
|
|
19 |
|
|
20 |
SOURCES += ../../shared/fontpanel/fontpanel.cpp
|
|
21 |
|
|
22 |
HEADERS += ../compat/helpwindow.h \
|
|
23 |
../compat/topicchooser.h \
|
|
24 |
../compat/docuparser.h \
|
|
25 |
../compat/index.h \
|
|
26 |
../compat/profile.h \
|
|
27 |
../compat/helpdialog.h \
|
|
28 |
../compat/mainwindow.h \
|
|
29 |
../compat/tabbedbrowser.h \
|
|
30 |
../compat/config.h \
|
|
31 |
../compat/fontsettingsdialog.h
|
|
32 |
|
|
33 |
|
|
34 |
TR_DIR = $$PWD/../../../translations
|
|
35 |
TRANSLATIONS = \
|
|
36 |
$$TR_DIR/assistant_adp_de.ts \
|
|
37 |
$$TR_DIR/assistant_adp_ja.ts \
|
|
38 |
$$TR_DIR/assistant_adp_pl.ts \
|
|
39 |
$$TR_DIR/assistant_adp_ru.ts \
|
|
40 |
$$TR_DIR/assistant_adp_zh_CN.ts \
|
|
41 |
$$TR_DIR/assistant_adp_zh_TW.ts
|