aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qdeclarativeimage/qdeclarativeimage.pro
blob: 71dfdf3f9892b552960cad1452183934af43d116 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qdeclarativeimage
QT += declarative
macx:CONFIG -= app_bundle
CONFIG += release

SOURCES += tst_qdeclarativeimage.cpp

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