aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlerror/qqmlerror.pro
blob: be2b9ab24f313858e544f84786d669593f2d60e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qqmlerror
SOURCES += tst_qqmlerror.cpp

include (../../shared/util.pri)

macx:CONFIG -= app_bundle

CONFIG += parallel_test

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

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