mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07: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
016052aea1
commit
442f521bf5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ CONFIG(debug, debug|release) {
|
|||
# Enable backtrace support
|
||||
CONFIG += strace_win
|
||||
|
||||
win32-g++ {
|
||||
win32-g++* {
|
||||
include(winconf-mingw.pri)
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue