aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro
blob: 5d0bb98376361d7dcc5ecb1c5e5723b77bcb09d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qdeclarativeerror
SOURCES += tst_qdeclarativeerror.cpp \
           ../../shared/util.cpp
HEADERS += ../../shared/util.h
macx:CONFIG -= app_bundle

CONFIG += parallel_test

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

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