aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/creation/creation.pro
blob: 6d0d9d7e8f3520660117f43aa1f22001c2e737fd (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TEMPLATE = app
TARGET = tst_creation
macx:CONFIG -= app_bundle

SOURCES += tst_creation.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"

QT += core-private gui-private declarative-private qtquick1-private widgets testlib