On Thu, 7 Jan 2010 23:57:24 +0100 Chris Browet <[email protected]> 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 _______________________________________________ Merkaartor mailing list [email protected] http://lists.openstreetmap.org/listinfo/merkaartor
