summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-08-19 11:34:42 +0200
committerKai Koehne <kai.koehne@qt.io>2020-08-19 18:25:51 +0200
commita1cc2fbbda4955a496e609fa8edd683e42f2118b (patch)
tree9d044bb635c3b3267939755c760203155fb2313a /qtbase.pro
parent2da2e24bbc9511776c0d4ad5c60d0de5dff54e4b (diff)
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>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/qtbase.pro b/qtbase.pro
index c0ce0972ef..59d8d958a3 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -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