Catch win32-mingw used when building on MSYS2.

master
Torsten Paul 2014-12-20 21:39:32 +01:00
parent ba2f150f33
commit 33a8c2baaa
1 changed files with 1 additions and 1 deletions

View File

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