Commit cd0843d4 authored by Kai Koehne's avatar Kai Koehne Committed by The Qt Project
Browse files

Replace win32-g++ with mingw scope


Commit 773dd01 in qtbase introduced a general mingw platform scope, which
is cleaner and more flexible than matching the spec name.

(see 278152fff for a similar commit in qtbase).

Change-Id: I430ab289af99e96cd6ed6edfd683258defcb13a4
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Showing with 1 addition and 1 deletion
......@@ -45,7 +45,7 @@ wince*: {
}
contains(QT_CONFIG, system-zlib) {
if(unix|win32-g++*): LIBS_PRIVATE += -lz
if(unix|mingw): LIBS_PRIVATE += -lz
else: LIBS += zdll.lib
} else {
git_build: \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment