summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-01-26 23:16:46 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-01-26 23:16:46 (GMT)
commit9df62fe28e0d2bec39d7c4917ec8d193e23465dd (patch)
treebe7e1d7adba6e59fc84a5b86811ca3224b7df2ea
parent4f007625bf98077d1913f004ffff62383c3d9379 (diff)
downloadQt-9df62fe28e0d2bec39d7c4917ec8d193e23465dd.zip
Qt-9df62fe28e0d2bec39d7c4917ec8d193e23465dd.tar.gz
Qt-9df62fe28e0d2bec39d7c4917ec8d193e23465dd.tar.bz2
Remove unneeded test dependency.
-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\\\"