mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
|
load(spec_post)
|
||
|
|
||
|
# Work around idiosyncracy in Android NDK's make executable
|
||
|
# which tries to call the shell-builtin "move" as direct process
|
||
|
equals(QMAKE_HOST.os, Windows):equals(QMAKE_MOVE, move): \
|
||
|
QMAKE_MOVE = cmd /c move
|