Commit 388b272d authored by Andras Becsi's avatar Andras Becsi Committed by The Qt Project
Browse files

Fix qmake -r by moving load(qt_parts) to the end of the project


This is an issue for non-developer builds of Qt where the forwarding
headers have to be generated before processing the examples project
files.

Change-Id: I683227c97a763c48b8ab090580f37f7134680c59
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
Showing with 3 additions and 2 deletions
load(qt_parts)
TEMPLATE = subdirs
# The first three subdirs contain dummy .pro files that are used by qmake
......@@ -55,3 +53,6 @@ debug.depends: qmake
QMAKE_EXTRA_TARGETS += release \
debug
# Move this to the beginning of the project file as soon as we moved to the src layout
load(qt_parts)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment