source: trunk/examples/i18n/i18n.pro@ 201

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 
1TEMPLATE = app
2TARGET = i18n
3
4CONFIG += qt warn_on release
5DEPENDPATH = ../../include
6
7REQUIRES = full-config
8
9HEADERS = mywidget.h
10SOURCES = main.cpp \
11 mywidget.cpp
12TRANSLATIONS = 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.