diff options
author | Andy Shaw <qt-info@nokia.com> | 2009-04-22 06:32:21 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2009-04-22 06:32:21 (GMT) |
commit | e5fa2cf55c8370ca58f82ba1ef37a54649bd42c8 (patch) | |
tree | a7294908f3ac8ff256b646b3db14984197ffa6e9 /doc | |
parent | 61c971471505dd566004fbd9a554134a768f8e6c (diff) | |
download | Qt-e5fa2cf55c8370ca58f82ba1ef37a54649bd42c8.zip Qt-e5fa2cf55c8370ca58f82ba1ef37a54649bd42c8.tar.gz Qt-e5fa2cf55c8370ca58f82ba1ef37a54649bd42c8.tar.bz2 |
Fix my previous commit since I missed the q out of qtestlib
Task-number: 251848
Reviewed-by: TrustMe
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/snippets/code/doc_src_qtestlib.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_qtestlib.qdoc b/doc/src/snippets/code/doc_src_qtestlib.qdoc index 494fa10..a0e4944 100644 --- a/doc/src/snippets/code/doc_src_qtestlib.qdoc +++ b/doc/src/snippets/code/doc_src_qtestlib.qdoc @@ -61,7 +61,7 @@ void TestQString::toUpper() //! [9] -/myTestDirectory$ qmake -project "CONFIG += testlib" +/myTestDirectory$ qmake -project "CONFIG += qtestlib" /myTestDirectory$ qmake /myTestDirectory$ make //! [9] |