aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro
blob: fe21b122c2427bac76248ab6ee87903d2e423982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app

QT = core qml testlib
CONFIG += testcase qmltypes
CONFIG -= debug_and_release_target
macos:CONFIG -= app_bundle

SOURCES += tst_qmltyperegistrar.cpp
HEADERS += \
    hppheader.hpp \
    noextheader \
    tst_qmltyperegistrar.h

QMLTYPES_FILENAME = tst_qmltyperegistrar.qmltypes
QML_FOREIGN_METATYPES += foreign/foreign_metatypes.json
QML_IMPORT_NAME = QmlTypeRegistrarTest
QML_IMPORT_VERSION = 1.0

INCLUDEPATH += foreign
LIBS += -Lforeign -lforeign