mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Fix version.txt creation command
This commit is contained in:
parent
40819d6814
commit
208394a2d3
|
@ -345,7 +345,7 @@ TRANSLATIONS += locale/ru_RU.ts \
|
|||
QMAKE_EXTRA_TARGETS += revtarget
|
||||
PRE_TARGETDEPS += $$PWD/version.txt
|
||||
revtarget.target = $$PWD/version.txt
|
||||
revtarget.commands = cd $$PWD; git describe --tags --always --dirty > $$revtarget.target
|
||||
revtarget.commands = cd $$PWD && git describe --tags --always --dirty > $$revtarget.target
|
||||
ALL_SOURCES = $$SOURCES $$HEADERS $$FORMS
|
||||
for(src, ALL_SOURCES) {
|
||||
QUALIFIED_SOURCES += $${PWD}/$${src}
|
||||
|
|
Loading…
Reference in a new issue