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

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