aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/parserstress/parserstress.pro
blob: 021b1de9cc9982a84b46c9fc448d8d27a0f6524d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_parserstress
macx:CONFIG -= app_bundle

SOURCES += tst_parserstress.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"
DEFINES += TESTDATADIR=\\\"$$PWD/tests\\\"

CONFIG += parallel_test

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