aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro
blob: c868474b5bcc0e5b340ad7daffdad530d271ccf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase qmltypes
TARGET = tst_qqmltypeloader
QT += qml testlib qml-private quick
macx:CONFIG -= app_bundle

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

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

QML_IMPORT_VERSION = 3.2
QML_IMPORT_NAME = "declarative.import.for.typeloader.test"

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

TESTDATA = data/*