From 9df62fe28e0d2bec39d7c4917ec8d193e23465dd Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Wed, 27 Jan 2010 09:16:46 +1000 Subject: Remove unneeded test dependency. --- tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro | 7 ++----- 1 file 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\\\" -- cgit v0.12