]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Remove KDMacTouchBar module
authortobtoht <thotbot@protonmail.com>
Thu, 28 Oct 2021 21:14:01 +0000 (23:14 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 28 Oct 2021 21:14:01 +0000 (23:14 +0200)
.gitmodules
CMakeLists.txt
src/CMakeLists.txt

index 74fabd6102e6b91164503298b2fe778b89ed24e4..5a3ea2ddf5dc2fcb5edeaddfb94e4b4cfe5e2523 100644 (file)
@@ -4,6 +4,3 @@
 [submodule "contrib/tor"]
        path = contrib/tor
        url = https://git.torproject.org/tor.git
-[submodule "contrib/KDMacTouchBar"]
-       path = contrib/KDMacTouchBar
-       url = https://github.com/KDAB/KDMacTouchBar.git
index 8e803939d40744dd6a422f5a990749515e3c51ce..0fcf663d03dd108b3335e3106c03228b259cc69b 100644 (file)
@@ -344,8 +344,4 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 ${C_SECURITY_FLAGS}")
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${CXX_SECURITY_FLAGS}")
 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${LD_SECURITY_FLAGS} ${STATIC_FLAGS}")
 
-if(APPLE)
-    add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/contrib/KDMacTouchBar")
-endif()
-
 add_subdirectory(src)
index bb4e6aaafcaac7dff7f45f55dfb2ffeaddaadada..fdbbd7cd7a49838c17ee16f03a9b57112809cd27 100644 (file)
@@ -264,14 +264,6 @@ if (WITH_SCANNER)
     )
 endif()
 
-if(APPLE)
-    target_link_libraries(feather
-            KDMacTouchBar
-            )
-    target_include_directories(feather
-            PUBLIC ../contrib/KDMacTouchBar)
-endif()
-
 if(NOT APPLE)
     target_link_libraries(feather
             Qt5::QSvgIconPlugin