summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-03-11 10:47:34 +0100
committerChristian Kamm <christian.d.kamm@nokia.com>2011-03-11 10:47:34 +0100
commit5f33b2310f3852149c68cf0bdce879458434ede1 (patch)
tree9712f18635efb6d83313421152292a737d57842c
parentcd3b0fcd57d1571a301eee1aebc20530b6830703 (diff)
Allow the 1.1 simulator to communicate with 4.7.3.
Reviewed-by: owolff
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 03a19d5..ff60ac3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -73,7 +73,7 @@ static void registerSimulator(const QString &location)
settings->beginGroup(SIMULATOR_APP_QT_VERSIONS_KEY);
QList<QString> supportedQtVersion;
- supportedQtVersion << "4.7.1.0" << "4.7.2.0";
+ supportedQtVersion << "4.7.1.0" << "4.7.2.0" << "4.7.3.0";
foreach(const QString &version, supportedQtVersion) {
QList<QString> simulators;
QVariant value = settings->value(version);