Commit c6d78dbf authored by Friedemann Kleint's avatar Friedemann Kleint Committed by Jani Heikkinen
Browse files

Fixed win32 build of tools


load(qt_parts) causes the inclusion of src, tools etc
but on non-win32 platforms (and wince and winrt) we have
to add the src subdirectory anyways in order to create
the doc target.

Task-number: QTBUG-46712
Change-Id: I51cf4050fed744c844acc8ff4fe5f5f1d8c32d1a
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
parent bd5533b2
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -3,5 +3,5 @@ load(qt_parts) ...@@ -3,5 +3,5 @@ load(qt_parts)
!win32|winrt|wince { !win32|winrt|wince {
message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.") message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
SUBDIRS = src
} }
SUBDIRS = src
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