aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltranslation/qqmltranslation.pro
blob: d3f98e181fb77b268656e993f74e7e421b154cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qqmltranslation
macx:CONFIG -= app_bundle

SOURCES += tst_qqmltranslation.cpp
RESOURCES += data/translation.qrc

include (../../shared/util.pri)

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

QT += core-private gui-private qml-private testlib