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.
24 lines
435 B
24 lines
435 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_cs.ts \
|
|
mywidget_de.ts \
|
|
mywidget_el.ts \
|
|
mywidget_en.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
|