aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro
blob: 19834ff5378e603bdabca6d58f4c9244a01fafed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)