mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Fix copying of swift resources on unix platforms
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c51d7c28a1
commit
2d429efbde
@@ -8,7 +8,9 @@ win32 {
|
|||||||
$$shell_path($$OUT_PWD/../../bin/resources/swiftDB)
|
$$shell_path($$OUT_PWD/../../bin/resources/swiftDB)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
QMAKE_PRE_LINK += mkdir -p $$shell_path($$OUT_PWD/../../bin) \
|
QMAKE_PRE_LINK += mkdir -p $$shell_path($$OUT_PWD/../../bin/resources) \
|
||||||
&& $$COPY $$shell_path($$PWD/data) $$shell_path($$PWD/swiftDB) \
|
&& $$COPY $$shell_path($$PWD/data) \
|
||||||
$$shell_path($$OUT_PWD/../../bin)
|
$$shell_path($$OUT_PWD/../../bin/resources) \
|
||||||
|
&& $$COPY $$shell_path($$PWD/swiftDB) \
|
||||||
|
$$shell_path($$OUT_PWD/../../bin/resources/swiftDB)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user