summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-03-16 20:04:57 +0100
committerTannin <devnull@localhost>2014-03-16 20:04:57 +0100
commit98354cd1e7f3c6b89f7112bda0791cf8ba191372 (patch)
tree46d89fd0c93e2345727063e827e94e4c69b5116d /src/mainwindow.cpp
parent0f8f7bf777a9201ec997675438801538e56df128 (diff)
some fixes towards qt5 compatibility
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 4c66ccce..1c57f549 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -103,7 +103,11 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <TlHelp32.h>
#include <QNetworkInterface>
#include <QNetworkProxy>
+#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
+#include <QtConcurrent/QtConcurrentRun>
+#else
#include <QtConcurrentRun>
+#endif
#include <QCoreApplication>
#include <scopeguard.h>
#include <boost/thread.hpp>