summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro b/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro
index a897ce8..449d874 100644
--- a/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro
+++ b/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro
@@ -1,14 +1,11 @@
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qmlgraphicsimage
-QT += declarative network
+QT += declarative
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
-
+SOURCES += tst_qmlgraphicsimage.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"