summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-03-20 10:37:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 02:08:54 +0100
commit807a4edc469e657cb525b28575997d3bf005a5ba (patch)
tree9d7610a79d649cd258484cad8f3321e5484aaabf
parent607a221d88245ff29fde85b2152e38fb5356402b (diff)
The variable is QT_SENSORS_LOAD_PLUGINS
Change-Id: Ib9c52aff575cab9ef409e265e90e3c28aa517107 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
-rw-r--r--tests/auto/qsensorgestureplugins/tst_qsensorgesturepluginstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsensorgestureplugins/tst_qsensorgesturepluginstest.cpp b/tests/auto/qsensorgestureplugins/tst_qsensorgesturepluginstest.cpp
index 7f86fb09..144d84a5 100644
--- a/tests/auto/qsensorgestureplugins/tst_qsensorgesturepluginstest.cpp
+++ b/tests/auto/qsensorgestureplugins/tst_qsensorgesturepluginstest.cpp
@@ -71,7 +71,7 @@ private Q_SLOTS:
Tst_qsensorgesturePluginsTest::Tst_qsensorgesturePluginsTest()
{
- qputenv("QTSENSORS_LOAD_PLUGINS", "0"); // Do not load plugins
+ qputenv("QT_SENSORS_LOAD_PLUGINS", "0"); // Do not load plugins
register_test_backends();
}