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

INCLUDEPATH += ../../../auto/declarative/shared
SOURCES += tst_qmlgraphicsimage.cpp ../../../auto/declarative/shared/testhttpserver.cpp
HEADERS += ../../../auto/declarative/shared/testhttpserver.h


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