mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-08 11:57:51 +08:00
winconf.pri: use mask "win32-g++*"
Mask "win32-g++" doesn't match MXE. Mask "win32-g++*" match MXE. See http://stackoverflow.com/a/14523545 See http://mxe.cc
This commit is contained in:
parent
654c8edc6b
commit
fa2a1ad6d3
@ -53,7 +53,7 @@ CONFIG(debug, debug|release) {
|
||||
# Enable backtrace support
|
||||
CONFIG += strace_win
|
||||
|
||||
win32-g++ {
|
||||
win32-g++* {
|
||||
include(winconf-mingw.pri)
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user