summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2012-12-21 14:55:59 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-29 00:11:52 +0100
commit002580b959a20f7a4c1ab59174d896a887a1728a (patch)
tree4c86ebe5a08b7a23dd1f0b3a30701611fd9c9ba7
parentb5ef680780dc38a592283953f73d7dcf422a7a82 (diff)
downloadqtdoc-002580b959a20f7a4c1ab59174d896a887a1728a.tar.gz
QT-=qtgui should be QT-=gui
Change-Id: I515323071106a88cbaeae016b70c97705cdb8455 Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--doc/src/portingcppapps_toqt5.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/portingcppapps_toqt5.qdoc b/doc/src/portingcppapps_toqt5.qdoc
index 82a21355..ded883a7 100644
--- a/doc/src/portingcppapps_toqt5.qdoc
+++ b/doc/src/portingcppapps_toqt5.qdoc
@@ -38,7 +38,7 @@ to port the \l{Animated Tiles Example}{Animated Tiles} C++ application to Qt 5:
\note You can find a perl script called fixqt4headers in the bin directory of your Qt package that will
automate many of the required header file changes.
\li Edit the \c {animatedtiles.pro} and add \c {QT += widgets} towards the end of the file.
- \note QtGui is included by default in all Qt applications unless excluded using the \c {QT -= qtgui} directive in the \c{qmake} project file.
+ \note QtGui is included by default in all Qt applications unless excluded using the \c {QT -= gui} directive in the \c{qmake} project file.
\li Run qmake and make utilities to build the binary.
\endlist