projects
/
dtkcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6f3a1
)
refactor: fix a typo
author
Felix Yan
<felixonmars@archlinux.org>
Fri, 20 Apr 2018 02:51:48 +0000
(10:51 +0800)
committer
Felix Yan
<felixonmars@archlinux.org>
Fri, 20 Apr 2018 02:51:48 +0000
(10:51 +0800)
Change-Id: Ia8bcefcb4c5bd1b36c0cadb455d34be501582638
src/dtk_build.prf
patch
|
blob
|
history
diff --git
a/src/dtk_build.prf
b/src/dtk_build.prf
index 4414c0606147ca3b45a14bd06e7a858241a72f48..251e0b1078a2f3a23f2b0009eef5786f8e49ecee 100644
(file)
--- a/
src/dtk_build.prf
+++ b/
src/dtk_build.prf
@@
-8,7
+8,7
@@
defineTest(checkDtkVersion) {
VERSION = $${QT.dtkcore.VERSION}
}
- #
TODO: faild in window
+ #
TODO: failed in windows
isEmpty(VERSION): VERSION = $$system(git describe --tags --abbrev=0)
isEmpty(VERSION): VERSION = $$DTK_VERSION
isEmpty(VERSION): return(false)