aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickview_extra/qquickview_extra.pro
blob: b40af0ce193b28530d6e8701fa4ee1f3f035d5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qquickview_extra
macx:CONFIG -= app_bundle

SOURCES += tst_qquickview_extra.cpp

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

TESTDATA = data/*

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