fixes version() for cross-compiled windows builds

felipesanches-svg
Brad Pitcher 2011-12-29 09:24:42 -08:00
parent 211095d661
commit 8bfb3277e3
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.