aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetatype/qqmlmetatype.pro
blob: 109de7d212b602ff253eb9d0d3327592950aca2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CONFIG += testcase
TARGET = tst_qqmlmetatype
SOURCES += tst_qqmlmetatype.cpp
macx:CONFIG -= app_bundle

TESTDATA = data/*
include (../../shared/util.pri)

qmlfiles.files = data/CompositeType.qml
qmlfiles.prefix = /tstqqmlmetatype
RESOURCES += qmlfiles

qmldirresource.files = \
    data/Components/App.qml \
    data/Components/qmldir \
    data/enumsInRecursiveImport.qml
qmldirresource.prefix = /
RESOURCES += qmldirresource

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