aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections/qqmlconnections.pro
blob: 99cc4d0d0b21cd220f857a745433d74556ddcbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qqmlconnections
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlconnections.cpp

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

TESTDATA = data/*

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