aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
blob: 9d507e9581f760591ee81bef9a93625ad614aee3 (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\\\"