Mingw32 compatibility fixes
parent
bb0bd8acc5
commit
e7cee870a7
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QtWidgets>
|
||||
#include <QNetworkProxyFactory>
|
||||
#include <QNetworkRequest>
|
||||
#include <QNetworkReply>
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
// Include the Python header here as it needs to appear before any QT
|
||||
// headers anywhere in the app.
|
||||
#ifdef __MINGW32__
|
||||
#include <cmath>
|
||||
#endif
|
||||
#include <Python.h>
|
||||
|
||||
// QT headers
|
||||
|
|
|
|||
Loading…
Reference in New Issue