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

CONFIG += parallel_test

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

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