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

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

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

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

TESTDATA = data/*

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