1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

Fix Qt5 nox build on non-Windows.

This commit is contained in:
sledgehammer999 2015-10-07 20:46:06 +03:00
parent 10e3009c46
commit 8f8218c515

View File

@ -54,13 +54,16 @@
#include <winbase.h> #include <winbase.h>
#endif #endif
#ifndef DISABLE_GUI
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) #if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
#ifndef DISABLE_GUI
#include <QDesktopServices> #include <QDesktopServices>
#endif
#else #else
#include <QStandardPaths> #include <QStandardPaths>
#endif #endif
#endif
#include "misc.h" #include "misc.h"
#include "fs.h" #include "fs.h"