summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordac <qt-info@nokia.com>2010-08-19 14:25:52 +1000
committerdac <qt-info@nokia.com>2010-08-19 14:25:52 +1000
commit1c3f563c54f4806342af8a6d89bff2432a0d541d (patch)
tree30232cba4fd92e088ae5c91a3d1f64fc39535d2b
parentafcafcb6d4ff90774d5aef5cfc77401bb1bfce65 (diff)
Enable -testability for Maemo
-rw-r--r--libqsystemtest/maemotestcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqsystemtest/maemotestcontrol.cpp b/libqsystemtest/maemotestcontrol.cpp
index 44f561e..f75696e 100644
--- a/libqsystemtest/maemotestcontrol.cpp
+++ b/libqsystemtest/maemotestcontrol.cpp
@@ -75,7 +75,7 @@ bool MaemoTestControl::startApplication( const QString &application, const QStri
"fi )")
.arg(environment.join(" "))
.arg(application)
- .arg(styleQtUITest?"-style qtuitest":"");
+ .arg(styleQtUITest?"-style qtuitest":"-testability");
runBlockingCommand( CustomCommand, cmd, 10000);
reply = reply_txt;