mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00: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…
x
Reference in New Issue
Block a user