mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix in-tree builds
This commit is contained in:
+3
-1
@@ -289,7 +289,9 @@ defineTest(copyToDestDir) {
|
|||||||
files = $$1
|
files = $$1
|
||||||
|
|
||||||
for(FILE, files) {
|
for(FILE, files) {
|
||||||
QMAKE_POST_LINK += $$QMAKE_COPY $$shell_quote($$shell_path($$PWD/$$FILE)) $$shell_quote($$shell_path($$OUT_PWD)) $$escape_expand(\\n\\t)
|
!equals(PWD, $$OUT_PWD) {
|
||||||
|
QMAKE_POST_LINK += $$QMAKE_COPY $$shell_quote($$shell_path($$PWD/$$FILE)) $$shell_quote($$shell_path($$OUT_PWD)) $$escape_expand(\\n\\t)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export(QMAKE_POST_LINK)
|
export(QMAKE_POST_LINK)
|
||||||
|
|||||||
Reference in New Issue
Block a user