From: Felix Yan Date: Fri, 20 Apr 2018 02:51:48 +0000 (+0800) Subject: refactor: fix a typo X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~122^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=849377d1322fb4bbb3f5970f194837ae987e06e6;p=dtkcore.git refactor: fix a typo Change-Id: Ia8bcefcb4c5bd1b36c0cadb455d34be501582638 --- diff --git a/src/dtk_build.prf b/src/dtk_build.prf index 4414c06..251e0b1 100644 --- 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)