blob: 19fcc06a6db51f6b5843daa9308744b53fa07c97 (
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
|
# Include those manually as they do not contain any directory specification
FORMS += ../helpdialog.ui \
../mainwindow.ui \
../tabbedbrowser.ui \
../topicchooser.ui
SOURCES += ../main.cpp \
../helpwindow.cpp \
../topicchooser.cpp \
../docuparser.cpp \
../index.cpp \
../profile.cpp \
../config.cpp \
../helpdialog.cpp \
../mainwindow.cpp \
../tabbedbrowser.cpp \
../fontsettingsdialog.cpp
SOURCES += ../../../shared/fontpanel/fontpanel.cpp
HEADERS += ../helpwindow.h \
../topicchooser.h \
../docuparser.h \
../index.h \
../profile.h \
../helpdialog.h \
../mainwindow.h \
../tabbedbrowser.h \
../config.h \
../fontsettingsdialog.h
TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/assistant_de.ts $$[QT_INSTALL_TRANSLATIONS]/assistant_untranslated.ts
|