aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetranslation/qdeclarativetranslation.pro
blob: 488395ea525e74af1c269cf278c8583aa487e5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qdeclarativetranslation
macx:CONFIG -= app_bundle

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

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

CONFIG += parallel_test

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