summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-03-18 19:18:17 +0100
committerTannin <devnull@localhost>2014-03-18 19:18:17 +0100
commit2d0fab4482cea8a3472e2430f4746feeae1784ff (patch)
tree6e8aa3ace90a950970a14ba59250efaecbaab9bf /src/mainwindow.cpp
parentc19c4820d87bdf350f0725712c0b5af908fa9580 (diff)
parentff272dcbbdf7ae9228bde4b9ddd15a152a109fe1 (diff)
Merge
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 d4826b30..93c1f2f1 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>