Commit 04e297e8 authored by Liang Qi's avatar Liang Qi
Browse files

Merge remote-tracking branch 'origin/5.5.0' into 5.5

Change-Id: I9c088036dd897e8457ba9e5ab266ad7c5b084bea
parents 3054c1d8 66e1ecc2
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -3,5 +3,5 @@ load(qt_parts) ...@@ -3,5 +3,5 @@ load(qt_parts)
!win32|winrt|wince { !win32|winrt|wince {
message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.") message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
SUBDIRS = src
} }
SUBDIRS = src
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "qaxscript.h" #include "qaxscript.h"
#include "../shared/qaxutils_p.h" #include "../shared/qaxutils_p.h"
#if defined(Q_CC_GNU) #if defined(Q_CC_GNU) && __MINGW64_VERSION_MAJOR == 3 && __MINGW64_VERSION_MINOR > 0
// Workaround for mingw-w64 bug #464 // Workaround for mingw-w64 bug #464
// See https://sourceforge.net/p/mingw-w64/bugs/464/ // See https://sourceforge.net/p/mingw-w64/bugs/464/
# define _NO_SCRIPT_GUIDS # define _NO_SCRIPT_GUIDS
......
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