aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbundle/tst_qqmlbundle.pro
blob: 2197e11d37a1c092a4f853c5e9a13089da17fcc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qqmlbundle
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlbundle.cpp
HEADERS +=

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

TESTDATA = data/*

CONFIG += parallel_test

QT += qml-private testlib gui-private