aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro
blob: 54012e050c6f0a97f09df2259741f13c67dbd567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qqmlcomponent
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlcomponent.cpp \
            ../../shared/testhttpserver.cpp

HEADERS += ../../shared/testhttpserver.h

RESOURCES += data/QtObjectComponent.qml

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

TESTDATA = data/*

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