summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-29 14:33:15 +0200
committerDaniel Teske <daniel.teske@nokia.com>2011-06-29 14:35:57 +0200
commit6d8d70d11792bd5775fddc06fd27ebf50846b1ad (patch)
tree8b9a7e96bbd9618452cda47d6a011a3180bffb2f /README
parent8be917e3bd971831d026d8dbde68729e9d9dde16 (diff)
downloadqt-creator-6d8d70d11792bd5775fddc06fd27ebf50846b1ad.tar.gz
README: Fix directory where private headers can be found
For out of source builds of Qt, the private headers are in QT_BUILD_TREE (opposed to QT_INSTALL_PREFIX, or QT_SOURCE_TREE) Change-Id: I3f22fdefffd43df4c71098425de4e44f561e6ab1 Reviewed-on: http://codereview.qt.nokia.com/900 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e3b2783cef..13ccbda0d2 100644
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ can fix this by either re-building your Qt with the "-developer-build"
configure option, or by passing the include directory in the source directory
to qmake. For example:
- qmake "QT_PRIVATE_HEADERS=$$QT_SOURCE_TREE/include" $SOURCE_DIRECTORY/qtcreator.pro
+ qmake "QT_PRIVATE_HEADERS=$$QT_BUILD_TREE/include" $SOURCE_DIRECTORY/qtcreator.pro
Compiling Qt and Qt Creator on Windows