aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/tst_qmltyperegistrar.pro
blob: 4b6303ec33ae797b0837d8d98c6de8217b400055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
QML_PAST_MAJOR_VERSIONS = 0

INCLUDEPATH += foreign
LIBS += -Lforeign -lforeign