summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-11-29 13:19:56 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-29 06:02:47 +0100
commit4e8b763fa2b93052a94e87908256af926f32df55 (patch)
tree634f73a8365c606d4fa3a41f26dcb9d06c59fea1 /tests/benchmarks
parentf037bb1fa72b7dee790367776a913b18a07445ac (diff)
Fix build failure on Mac OS X.
The matrix_properties benchmark needlessly links against QtScript causing the build to fail if the QtScript module has not been built yet. Change-Id: I77b7ada6304daa8c92039e2dc9c1bc76fa99680a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/matrix_properties/matrix_properties.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/matrix_properties/matrix_properties.pro b/tests/benchmarks/matrix_properties/matrix_properties.pro
index d73da6d43..10df68be1 100644
--- a/tests/benchmarks/matrix_properties/matrix_properties.pro
+++ b/tests/benchmarks/matrix_properties/matrix_properties.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = tst_matrix_properties
-QT += declarative script testlib
+QT += declarative testlib
macx:CONFIG -= app_bundle
SOURCES += tst_matrix_properties.cpp