Last change
on this file since 201 was 2, checked in by dmik, 20 years ago |
Imported xplatform parts of the official release 3.3.1 from Trolltech
|
File size:
458 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = i18n
|
---|
3 |
|
---|
4 | CONFIG += qt warn_on release
|
---|
5 | DEPENDPATH = ../../include
|
---|
6 |
|
---|
7 | REQUIRES = full-config
|
---|
8 |
|
---|
9 | HEADERS = mywidget.h
|
---|
10 | SOURCES = main.cpp \
|
---|
11 | mywidget.cpp
|
---|
12 | TRANSLATIONS = mywidget_cs.ts \
|
---|
13 | mywidget_de.ts \
|
---|
14 | mywidget_el.ts \
|
---|
15 | mywidget_en.ts \
|
---|
16 | mywidget_eo.ts \
|
---|
17 | mywidget_fr.ts \
|
---|
18 | mywidget_it.ts \
|
---|
19 | mywidget_jp.ts \
|
---|
20 | mywidget_ko.ts \
|
---|
21 | mywidget_no.ts \
|
---|
22 | mywidget_ru.ts \
|
---|
23 | mywidget_zh.ts
|
---|
Note:
See
TracBrowser
for help on using the repository browser.