compiles for mingw now

This commit is contained in:
Marc Wäckerlin
2015-07-23 12:42:19 +00:00
parent 79cb4c41ba
commit 70b2da34cd
6 changed files with 572 additions and 242 deletions

View File

@@ -17,9 +17,7 @@
#include <QtNetwork/QHostInfo>
#include <QtCore/QTimer>
#include <QtCore/QDebug>
#ifndef Q_OS_WIN32
#include <QtCore/QThread>
#endif
#include <map>
#ifndef PROXYFACE_LOG
#define PROXYFACE_LOG qDebug()<<__PRETTY_FUNCTION__
@@ -193,11 +191,7 @@ namespace proxy {
@example getproxylist.cxx */
class Interface
#if HAVE_QT == 1
# ifdef Q_OS_WIN32
: public QObject
# else
: public QThread
# endif
#endif
{
#if HAVE_QT == 1