Skip to content
Snippets Groups Projects
Commit 6d8d70d1 authored by Kai Koehne's avatar Kai Koehne Committed by Daniel Teske
Browse files

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: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent 8be917e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment