1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/musescore/no-kdock.patch
2023-01-16 02:52:19 +01:00

20 lines
637 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43139ec..05b3c6c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -222,13 +222,13 @@ endif(NOT BUILD_SHARED_LIBS)
set(KDDockWidgets_QTQUICK ON CACHE BOOL "Build for QtQuick instead of QtWidgets" FORCE)
set(KDDockWidgets_EXAMPLES OFF CACHE BOOL "Build the examples" FORCE)
-add_subdirectory(thirdparty/KDDockWidgets)
+add_subdirectory(thirdparty/KDDockWidgets EXCLUDE_FROM_ALL)
###########################################
# Setup Packaging
###########################################
if (OS_IS_LIN)
include(SetupAppImagePackaging)
endif(OS_IS_LIN)
if (OS_IS_WIN)