aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickwidgets/qquickwidget/qquickwidget.pro
blob: 069270da3c967bcc8f67349a1d28f3482fd747e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0