summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro
blob: 449d87420fa570d13fd52748cdec2eb3fa259c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qmlgraphicsimage
QT += declarative
macx:CONFIG -= app_bundle
CONFIG += release

SOURCES += tst_qmlgraphicsimage.cpp

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