diff --git a/src/lib/common/CMakeLists.txt b/src/lib/common/CMakeLists.txt index a0c0d7bea..41530e1df 100644 --- a/src/lib/common/CMakeLists.txt +++ b/src/lib/common/CMakeLists.txt @@ -14,7 +14,3 @@ add_library(common STATIC ) target_link_libraries(common PUBLIC Qt6::Core) - -if(APPLE) - target_sources(common PUBLIC MacOSXPrecomp.h) -endif() diff --git a/src/lib/common/MacOSXPrecomp.h b/src/lib/common/MacOSXPrecomp.h deleted file mode 100644 index e3529aecc..000000000 --- a/src/lib/common/MacOSXPrecomp.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Deskflow -- mouse and keyboard sharing utility - * SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd. - * SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman - * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception - */ - -// -// Prefix header for all source files of the 'deleteme' target in the 'deleteme' -// project. -// -#pragma once -#include