working on wayland clipboard (#2284)

This commit is contained in:
borgmanJeremy
2022-01-21 15:57:27 -06:00
committed by GitHub
parent 9519b77917
commit 9005a14b3a
6 changed files with 39 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ option(USE_MONOCHROME_ICON "Build using monochrome icon as default" OFF)
option(GENERATE_TS "Regenerate translation source files" OFF)
option(USE_EXTERNAL_SINGLEAPPLICATION "Use external QtSingleApplication library" OFF)
option(USE_LAUNCHER_ABSOLUTE_PATH "Use absolute path for the desktop launcher" ON)
option(USE_WAYLAND_CLIPBOARD "USE KF Gui Wayland Clipboard" OFF)
include(cmake/StandardProjectSettings.cmake)
@@ -108,6 +109,7 @@ option(BUILD_STATIC_LIBS ON)
option(BUILD_SHARED_LIBS OFF)
add_subdirectory(external/Qt-Color-Widgets EXCLUDE_FROM_ALL)
if (APPLE)
add_subdirectory(external/QHotkey)
endif()