source: trunk/examples/tools/i18n/i18n.pro@ 168

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

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

File size: 979 bytes
Line 
1HEADERS = languagechooser.h \
2 mainwindow.h
3SOURCES = languagechooser.cpp \
4 main.cpp \
5 mainwindow.cpp
6RESOURCES += i18n.qrc
7TRANSLATIONS += translations/i18n_ar.ts \
8 translations/i18n_cs.ts \
9 translations/i18n_de.ts \
10 translations/i18n_el.ts \
11 translations/i18n_en.ts \
12 translations/i18n_eo.ts \
13 translations/i18n_fr.ts \
14 translations/i18n_it.ts \
15 translations/i18n_jp.ts \
16 translations/i18n_ko.ts \
17 translations/i18n_no.ts \
18 translations/i18n_ru.ts \
19 translations/i18n_sv.ts \
20 translations/i18n_zh.ts
21
22# install
23target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
24sources.files = $$SOURCES $$HEADERS $$RESOURCES translations i18n.pro
25sources.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
26INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.