aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlimage/qqmlimage.pro
blob: 421f232a4fb6b70f779563a2ae06486e9b56b1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += benchmark
TEMPLATE = app
TARGET = tst_qqmlimage
QT += qml quick-private testlib
macx:CONFIG -= app_bundle
CONFIG += release

SOURCES += tst_qqmlimage.cpp

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