mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
11 lines
352 B
C++
11 lines
352 B
C++
--- src/components/other/desktop-tools/DesktopTools.hpp.orig 2022-07-05 13:20:17 UTC
|
|
+++ src/components/other/desktop-tools/DesktopTools.hpp
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include <QtGlobal>
|
|
|
|
-#ifdef Q_OS_LINUX
|
|
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
|
|
#include "DesktopToolsLinux.hpp"
|
|
#elif defined(Q_OS_WIN)
|
|
#include "DesktopToolsWindows.hpp"
|