aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
blob: 3e8d341bbe1642f56342588e8ce70cbd9e71a0d7 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += benchmark
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\\\"