mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Workaround for bug in Qt 5.12.5
This commit is contained in:
committed by
Klaus Basan
parent
2a76cddc35
commit
1105fff696
@@ -39,3 +39,6 @@ QMAKE_EXTRA_TARGETS += copy_files_cookie
|
|||||||
# relative paths were being treated as absolute, leading to qmake creating
|
# relative paths were being treated as absolute, leading to qmake creating
|
||||||
# empty directories in the root of the current drive.
|
# empty directories in the root of the current drive.
|
||||||
contains(TEMPLATE, "vc.*"):!build_pass:QMAKE_EXTRA_COMPILERS -= copy_files
|
contains(TEMPLATE, "vc.*"):!build_pass:QMAKE_EXTRA_COMPILERS -= copy_files
|
||||||
|
|
||||||
|
# Work around QTBUG-79178
|
||||||
|
equals(TEMPLATE, vcsubdirs):QMAKE_EXTRA_COMPILERS -= copy_files
|
||||||
|
|||||||
Reference in New Issue
Block a user