aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickwidgets/qquickwidget/qquickwidget.pro
blob: aeeff8b479df947121d3f0b62e49cb83aff10b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qquickwidget
SOURCES += tst_qquickwidget.cpp

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

osx:CONFIG -= app_bundle

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

TESTDATA = data/*

OTHER_FILES += \
    animating.qml  \
    error1.qml  \
    rectangle.qml  \
    resizemodeitem.qml