From 6d8d70d11792bd5775fddc06fd27ebf50846b1ad Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 29 Jun 2011 14:33:15 +0200 Subject: [PATCH] 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 Reviewed-by: Daniel Teske --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e3b2783cef6..13ccbda0d21 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