Commit 7dffc4f4 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

enable QAxScript on MinGW


[ChangeLog][ActiveQt] Enabled QAxScript on MinGW.

Change-Id: I90b56b02d1c90fada512e725aa6f498861a118f2
Task-number: QTBUG-45022
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Showing with 6 additions and 7 deletions
......@@ -42,7 +42,9 @@
#include "../shared/qaxutils_p.h"
#if defined(Q_CC_GNU)
# define QT_NO_QAXSCRIPT
// Workaround for mingw-w64 bug #464
// See https://sourceforge.net/p/mingw-w64/bugs/464/
# define _NO_SCRIPT_GUIDS
#elif defined(Q_CC_BOR) && __BORLANDC__ < 0x560
# define QT_NO_QAXSCRIPT
#endif
......@@ -383,8 +385,7 @@ HRESULT WINAPI QAxScriptSite::EnableModeless(BOOL fEnable)
Direct access to the script engine is provided through
queryInterface().
\warning This class is not available with the bcc5.5 and MingW
compilers.
\warning This class is not available with the bcc5.5 compiler.
\sa QAxScript, QAxScriptManager, QAxBase, {ActiveQt Framework}
*/
......@@ -632,8 +633,7 @@ void QAxScriptEngine::addItem(const QString &name)
error() signal. Direct access to the QAxScriptEngine is provided
through the scriptEngine() function.
\warning This class is not available with the bcc5.5 and MingW
compilers.
\warning This class is not available with the bcc5.5 compiler.
\sa QAxScriptEngine, QAxScriptManager, QAxBase, {ActiveQt Framework}
*/
......@@ -901,8 +901,7 @@ QAxBase *QAxScript::findObject(const QString &name)
using addObject(). Then load() the script sources and invoke the
functions using call().
\warning This class is not available with the bcc5.5 and MingW
compilers.
\warning This class is not available with the bcc5.5 compiler.
\sa QAxScript, QAxScriptEngine, QAxBase, {ActiveQt Framework}
*/
......
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