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

SOURCES += tst_qqmlbinding.cpp

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

TESTDATA = data/*

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