* ohneschwanzenegger: fix SVN identification for winblows

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@99 389f4c8b-5dfe-645f-db0e-df882bc27289
This commit is contained in:
giantpune 2011-05-28 08:59:33 +00:00
parent 62be6769b1
commit 2defb5d42e

View File

@ -48,5 +48,5 @@ unix {
} }
win32 { win32 {
system( ../tools/SubWCRev.exe "." "../tools/svnrev_template.h" "./svnrev.h" ) system( "..\\tools\\SubWCRev.exe" "." "..\\tools\\svnrev_template.h" ".\\svnrev.h" )
} }