summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro
blob: fe8d50680c4a19a301d7d49735799a76f4b09169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qdeclarativeworkerscript

QT += testlib
contains(QT_CONFIG,quick1): QT += quick1 quick1-private script core-private script-private
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativeworkerscript.cpp

include(../shared/qdeclarativedatatest.pri)

CONFIG += parallel_test

CONFIG+=insignificant_test # QTQAINFRA-428