[Merkaartor] Merkaartor fails to escape from bash

Daniel van Gerpen dvg at jccnet.de
Thu Jan 7 23:15:40 GMT 2010


On Thu, 7 Jan 2010 23:57:24 +0100
Chris Browet <cbro at semperpax.com> wrote:

> Indeed, thanks.
> 
> Actually, cmd.exe (or rather Qt Creator, but I assume it is the same)
> has nothing to say. That's the reason I didn't notice as Windows is
> my main dev environment.
> 
> BTW, would someone know how I could automatically include the SVN
> revision in the build (i.e. no manual updating)?

Does this work for you?

  VERSION="0.15"
  SVNREV = $$system(svnversion)
  REVISION="\'-svn$$SVNREV\'"

Stackoverflow rules[1].

Daniel

[1]http://stackoverflow.com/questions/1537402/retrieve-revision-number-in-vs-with-qmake




More information about the Merkaartor mailing list