aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples/examples.pro
blob: 0fa42b7d249ed17f63d646e33fa6a4a7ebe4087b (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
testcase.timeout = 400 # this test is slow
TARGET = tst_examples
macx:CONFIG -= app_bundle

SOURCES += tst_examples.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test
#temporary
QT += core-private gui-private qml-private quick-private v8-private testlib