aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/qqmlproperty.pro
blob: 4d42975369e16d1f9ee3effbfa85b0d737772d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase qmltypes
TARGET = tst_qqmlproperty
macx:CONFIG -= app_bundle

QML_IMPORT_NAME = io.qt.bugreports
QML_IMPORT_VERSION = 2.0

SOURCES += tst_qqmlproperty.cpp

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

TESTDATA = data/*

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

HEADERS += \
    interfaces.h