aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetranslation/qdeclarativetranslation.pro
blob: 0a30d0cfec5ffaf7d2275d4f9df12035b3e48c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
macx:CONFIG -= app_bundle

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

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test

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