aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/binding/binding.pro
blob: f6e450b0ba8478373d143052890711a00fc9d7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += benchmark
TEMPLATE = app
TARGET = tst_binding
QT += qml testlib
macx:CONFIG -= app_bundle

SOURCES += tst_binding.cpp testtypes.cpp
HEADERS += testtypes.h

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