From 33a8c2baaadae0954cab92fa58fa7f7433199e39 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Sat, 20 Dec 2014 21:39:32 +0100 Subject: [PATCH] Catch win32-mingw used when building on MSYS2. --- version.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.pri b/version.pri index e490d7dc..069d0bdd 100644 --- a/version.pri +++ b/version.pri @@ -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.