summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensorgestures/qsensorgestures.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-06-12 11:52:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-12 21:21:46 +0200
commit9f5fa80c05d034876a2cf308cf1c825cd2bc772b (patch)
tree3928a593499531afa06f74a9f441d54954bc18ec /tests/auto/qsensorgestures/qsensorgestures.pro
parentcc6c449d5d7f7b606184ba8b6365456ad53a4a01 (diff)
Use static plugins properly
The test case was trying to use static plugins in a rather hacky way. Change it over to use the standard way. Change-Id: I828e64b841b58b763018e2688553c0453abd304b Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/qsensorgestures/qsensorgestures.pro')
-rw-r--r--tests/auto/qsensorgestures/qsensorgestures.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qsensorgestures/qsensorgestures.pro b/tests/auto/qsensorgestures/qsensorgestures.pro
index 5bccd762..e3b152c7 100644
--- a/tests/auto/qsensorgestures/qsensorgestures.pro
+++ b/tests/auto/qsensorgestures/qsensorgestures.pro
@@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = tst_qsensorgesturetest
CONFIG += testcase
+DEFINES += QT_STATICPLUGIN
QT += core testlib sensors
QT -= gui