blob: e3b7098117bd3029d56ce6fd5a82159d6e7107ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- XOptions/xoptions.h.orig 2021-08-30 16:51:52 UTC
+++ XOptions/xoptions.h
@@ -35,6 +35,9 @@
#else
#include <QCoreApplication> // TODO Check
#endif
+#if defined(Q_OS_FREEBSD)
+#include <QStandardPaths>
+#endif
class XOptions : public QObject
{
|