From a1cc2fbbda4955a496e609fa8edd683e42f2118b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Aug 2020 11:34:42 +0200 Subject: [PATCH] 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 Reviewed-by: Joerg Bornemann --- qtbase.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qtbase.pro b/qtbase.pro index c0ce0972ef4..59d8d958a3f 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