Last change
on this file since 987 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
1.0 KB
|
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
|
---|
27 |
|
---|
28 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.