aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
blob: b80b88f4bc27eb0feac4f643512c5edad891dac9 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TEMPLATE = app
TARGET = tst_qqmlmetaproperty
QT += qml testlib
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlmetaproperty.cpp

# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"