aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/creation/creation.pro
blob: bb4d2841fe9a2d0d1ea746ce271ca542fcde8f24 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += benchmark
TEMPLATE = app
TARGET = tst_creation
QT += core-private gui-private qml-private quick-private widgets testlib
macx:CONFIG -= app_bundle

SOURCES += tst_creation.cpp

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