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

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

macx:CONFIG -= app_bundle

CONFIG += parallel_test

TESTDATA = data/*

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