From 175b48569f346b7e708f00c970a5f58353b4cc66 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 31 Aug 2020 23:46:42 +0200 Subject: [PATCH] Removed Linux stuff from Mac build --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 9cd81f4..db26109 100644 --- a/src/src.pro +++ b/src/src.pro @@ -69,7 +69,7 @@ SOURCES += \ DockFocusController.cpp -unix { +unix:!macx { HEADERS += linux/FloatingWidgetTitleBar.h SOURCES += linux/FloatingWidgetTitleBar.cpp QT += x11extras