chore: remove unused MacOSXPrecomp.h
This commit is contained in:
@ -14,7 +14,3 @@ add_library(common STATIC
|
||||
)
|
||||
|
||||
target_link_libraries(common PUBLIC Qt6::Core)
|
||||
|
||||
if(APPLE)
|
||||
target_sources(common PUBLIC MacOSXPrecomp.h)
|
||||
endif()
|
||||
|
||||
@ -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 <Carbon/Carbon.h>
|
||||
Reference in New Issue
Block a user