mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Fix Qt build on Windows hosts.
This commit is contained in:
parent
165cfe53a3
commit
c30dbc3884
@ -5,7 +5,8 @@ TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
version.target = ../git-version.cpp
|
||||
version.commands = $$PWD/git-version-gen.sh
|
||||
contains(QMAKE_HOST.os, "Windows") { version.commands = $$PWD/../Windows/git-version-gen.cmd }
|
||||
else { version.commands = $$PWD/git-version-gen.sh }
|
||||
version.depends = ../.git
|
||||
|
||||
QMAKE_EXTRA_TARGETS += version
|
||||
|
Loading…
Reference in New Issue
Block a user