mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Fix Qt5 nox build on non-Windows.
This commit is contained in:
parent
10e3009c46
commit
8f8218c515
@ -54,13 +54,16 @@
|
||||
#include <winbase.h>
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
#include <QDesktopServices>
|
||||
#endif
|
||||
|
||||
#else
|
||||
#include <QStandardPaths>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include "misc.h"
|
||||
#include "fs.h"
|
||||
|
Loading…
Reference in New Issue
Block a user