aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/translation/translation.pro
blob: d2d9d6eed051118559667cdb64ec052889d84a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
TARGET = tst_translation
SOURCES += tst_translation.cpp

macos:CONFIG -= app_bundle

QT += testlib gui-private quicktemplates2-private

include (../shared/util.pri)

TESTDATA = data/*

OTHER_FILES += \
    data/*.qml

# We only want to run lrelease, which is why we use EXTRA_TRANSLATIONS.
EXTRA_TRANSLATIONS = qtbase_fr.ts
# Embed the translations in a qrc file.
CONFIG += lrelease embed_translations