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

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

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

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

TESTDATA = data/*

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