Workaround for bug in Qt 5.12.5

This commit is contained in:
Mat Sutcliffe
2019-10-14 18:44:06 +01:00
committed by Klaus Basan
parent 2a76cddc35
commit 1105fff696

View File

@@ -39,3 +39,6 @@ QMAKE_EXTRA_TARGETS += copy_files_cookie
# relative paths were being treated as absolute, leading to qmake creating
# empty directories in the root of the current drive.
contains(TEMPLATE, "vc.*"):!build_pass:QMAKE_EXTRA_COMPILERS -= copy_files
# Work around QTBUG-79178
equals(TEMPLATE, vcsubdirs):QMAKE_EXTRA_COMPILERS -= copy_files