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 | |
---|
1 | HEADERS = languagechooser.h \
|
---|
2 | mainwindow.h
|
---|
3 | SOURCES = languagechooser.cpp \
|
---|
4 | main.cpp \
|
---|
5 | mainwindow.cpp
|
---|
6 | RESOURCES += i18n.qrc
|
---|
7 | TRANSLATIONS += 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
|
---|
23 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
|
---|
24 | sources.files = $$SOURCES $$HEADERS $$RESOURCES translations i18n.pro
|
---|
25 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
|
---|
26 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.