Merge pull request #52 from brad/win32

fixes version() for cross-compiled windows builds
felipesanches-svg
Marius Kintel 2011-12-29 09:10:10 -08:00
commit c1e612c10f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# get VERSION from system date
isEmpty(VERSION) {
win32-msvc*: {
win32-msvc*:!mingw-cross-env {
#
# Windows XP date command only has one argument, /t
# and it can print the date in various localized formats.