aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml-i18n/qml-i18n.pro
blob: 847c741b002d73cd6ad68ad80c8085da2cf8e624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += qml-i18n.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/qml/qml-i18n
INSTALLS += target

CONFIG += lrelease embed_translations

TRANSLATIONS += \
    i18n/base.ts \
    i18n/qml_en.ts \
    i18n/qml_en_AU.ts \
    i18n/qml_fr.ts