You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/examples/i18n/i18n.pro

24 lines
432 B

TEMPLATE = app
TARGET = i18n
CONFIG += qt warn_on release
DEPENDPATH = ../../include
REQUIRES = full-config
HEADERS = mywidget.h
SOURCES = main.cpp \
mywidget.cpp
TRANSLATIONS = mywidget.ts \
mywidget_cs.ts \
mywidget_de.ts \
mywidget_el.ts \
mywidget_eo.ts \
mywidget_fr.ts \
mywidget_it.ts \
mywidget_jp.ts \
mywidget_ko.ts \
mywidget_no.ts \
mywidget_ru.ts \
mywidget_zh.ts