diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-01-26 23:16:46 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-01-26 23:16:46 (GMT) |
commit | 9df62fe28e0d2bec39d7c4917ec8d193e23465dd (patch) | |
tree | be7e1d7adba6e59fc84a5b86811ca3224b7df2ea /tests | |
parent | 4f007625bf98077d1913f004ffff62383c3d9379 (diff) | |
download | Qt-9df62fe28e0d2bec39d7c4917ec8d193e23465dd.zip Qt-9df62fe28e0d2bec39d7c4917ec8d193e23465dd.tar.gz Qt-9df62fe28e0d2bec39d7c4917ec8d193e23465dd.tar.bz2 |
Remove unneeded test dependency.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro | 7 |
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\\\" |