summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Hansen <ext-rene.1.hansen@nokia.com>2011-01-28 13:12:23 +0100
committerRené Hansen <ext-rene.1.hansen@nokia.com>2011-01-28 13:12:23 +0100
commit1673a8572e0c51ab01dde65912612c3d6826b02e (patch)
tree38675537bd6ee8aac85c49840aace939fabd3395
parent9f2cce2415d1f75565cc5ceff521dc46653ed34a (diff)
Changed explicit Qt version from 4.7 to 4.7.1
Error when trying to build against latest SDK with Qt 4.7.0: qtest-qml/src/qmltestrunner/../../lib/libQtQuickTest.so: undefined reference to `QDeclarativeDebugHelper::getScriptEngine(QDeclarativeEngine*)'
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 94282c0..7c836e4 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ QtQuickTest module for Qt Quick
This directory contains an experimental module and test harness
for writing QTestLib-style unit tests in QML. Build it against
-Qt 4.7 as follows:
+Qt 4.7.1 as follows:
$ /path/to/qt/bin/qmake qtest-qml.pro
$ make