qtdeclarative/examples/qml/qml-i18n/qml-i18n.pro

18 lines
291 B
Prolog

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