summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtactiveqt.pro2
-rw-r--r--src/activeqt/container/qaxscript.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 83d709a..039aaad 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -3,5 +3,5 @@ load(qt_parts)
!win32|winrt|wince {
message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
+ SUBDIRS = src
}
-SUBDIRS = src
diff --git a/src/activeqt/container/qaxscript.cpp b/src/activeqt/container/qaxscript.cpp
index 01fbcc9..81bcb8f 100644
--- a/src/activeqt/container/qaxscript.cpp
+++ b/src/activeqt/container/qaxscript.cpp
@@ -41,7 +41,7 @@
#include "qaxscript.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
// See https://sourceforge.net/p/mingw-w64/bugs/464/
# define _NO_SCRIPT_GUIDS