Adding a missing $ in version.pri for unix compilation

This commit is contained in:
Srivats P. 2010-04-10 21:15:31 +05:30
parent 836ed6e16d
commit 2e77fd8b94

View File

@ -9,7 +9,7 @@ win32:revtarget.commands = echo "const char *version = \"$$APP_VERSION\";" \
> $$APP_VERSION_FILE
unix:revtarget.commands = echo \
"\"const char *version = \\\"$$APP_VERSION\\\";" \
"const char *revision = \\\"$APP_REVISION\\\";\"" \
"const char *revision = \\\"$$APP_REVISION\\\";\"" \
> $$APP_VERSION_FILE
revtarget.depends = $$SOURCES $$HEADERS $$FORMS $$POST_TARGETDEPS