Update qmake before building src

This (hopefully) fixes an issue where syncqt cannot write Qt
header files (Permission denied) on Windows.

Fixes: QTBUG-86121
Change-Id: I69f0bc136b16ab8b26e53e102c9ddd21112a6b2e
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Kai Koehne 2020-08-19 11:34:42 +02:00
parent 2da2e24bbc
commit a1cc2fbbda

View File

@ -4,7 +4,11 @@
load(qt_parts)
SUBDIRS += qmake/qmake-aux.pro doc
sub_qmake.file = qmake/qmake-aux.pro
sub_doc.subdir = doc
sub_src.depends += sub_qmake
SUBDIRS += sub_qmake sub_doc
cross_compile: CONFIG += nostrip