Browse Source

Fix Qt5 nox build on non-Windows.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
8f8218c515
  1. 7
      src/core/utils/fs.cpp

7
src/core/utils/fs.cpp

@ -54,13 +54,16 @@ @@ -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…
Cancel
Save