aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/binding/binding.pro
blob: ba59080232edd98f77d735af7987d2f82d9e3794 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TEMPLATE = app
TARGET = tst_binding
QT += declarative 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\\\"