mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
Fix Qt5 nox build on non-Windows.
This commit is contained in:
parent
10e3009c46
commit
8f8218c515
1 changed files with 5 additions and 2 deletions
|
@ -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 a new issue