source: trunk/tools/assistant/compat/translations/translations.pro@ 177

Last change on this file since 177 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 982 bytes
Line 
1# Include those manually as they do not contain any directory specification
2
3FORMS += ../helpdialog.ui \
4 ../mainwindow.ui \
5 ../tabbedbrowser.ui \
6 ../topicchooser.ui
7
8SOURCES += ../main.cpp \
9 ../helpwindow.cpp \
10 ../topicchooser.cpp \
11 ../docuparser.cpp \
12 ../index.cpp \
13 ../profile.cpp \
14 ../config.cpp \
15 ../helpdialog.cpp \
16 ../mainwindow.cpp \
17 ../tabbedbrowser.cpp \
18 ../fontsettingsdialog.cpp
19
20SOURCES += ../../../shared/fontpanel/fontpanel.cpp
21
22HEADERS += ../helpwindow.h \
23 ../topicchooser.h \
24 ../docuparser.h \
25 ../index.h \
26 ../profile.h \
27 ../helpdialog.h \
28 ../mainwindow.h \
29 ../tabbedbrowser.h \
30 ../config.h \
31 ../fontsettingsdialog.h
32
33
34TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/assistant_de.ts $$[QT_INSTALL_TRANSLATIONS]/assistant_untranslated.ts
Note: See TracBrowser for help on using the repository browser.