From 1df5da15d34f64a49f48c49d0fb3842c1b752fca Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 17 Jun 2023 19:23:17 +0300 Subject: [PATCH] generic: remove references to build variables that are no set Signed-off-by: Ivailo Monev --- kate/CMakeLists.txt | 1 - kate/part/CMakeLists.txt | 1 - kate/tests/CMakeLists.txt | 1 - kdesudo/CMakeLists.txt | 5 ----- keditbookmarks/kbookmarkmodel/tests/CMakeLists.txt | 1 - kglobalaccel/CMakeLists.txt | 2 -- konsole/src/tests/CMakeLists.txt | 2 -- kstyles/oxygen/config/CMakeLists.txt | 1 - kstyles/oxygen/demo/CMakeLists.txt | 2 -- kuiserver/CMakeLists.txt | 2 -- kwin/clients/oxygen/demo/CMakeLists.txt | 1 - 11 files changed, 19 deletions(-) diff --git a/kate/CMakeLists.txt b/kate/CMakeLists.txt index d329a15b..925cf32b 100644 --- a/kate/CMakeLists.txt +++ b/kate/CMakeLists.txt @@ -14,7 +14,6 @@ configure_file( include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/src/app - ${KDE4_KIO_INCLUDES} ) # kate part diff --git a/kate/part/CMakeLists.txt b/kate/part/CMakeLists.txt index 568d247b..8d6db5a4 100644 --- a/kate/part/CMakeLists.txt +++ b/kate/part/CMakeLists.txt @@ -25,7 +25,6 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/swapfile ${CMAKE_CURRENT_SOURCE_DIR}/variableeditor ${CMAKE_CURRENT_SOURCE_DIR}/kte5 - ${KDE4_KIO_INCLUDES} ) # our sources diff --git a/kate/tests/CMakeLists.txt b/kate/tests/CMakeLists.txt index 6f06f6f2..153188b3 100644 --- a/kate/tests/CMakeLists.txt +++ b/kate/tests/CMakeLists.txt @@ -13,7 +13,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/kate/part/view ${CMAKE_SOURCE_DIR}/kate/part/kte5 # KDE5 remove ${CMAKE_BINARY_DIR}/kate/part - ${KDE4_KIO_INCLUDES} ) set(KATE_TEST_LINK_LIBS diff --git a/kdesudo/CMakeLists.txt b/kdesudo/CMakeLists.txt index a3865723..1339bddf 100644 --- a/kdesudo/CMakeLists.txt +++ b/kdesudo/CMakeLists.txt @@ -11,11 +11,6 @@ add_feature_info("procctl" HAVE_PROCCTL "Used to disallow process tracing") configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) -include_directories( - ${KDE4_KDECORE_INCLUDES} - ${KDE4_KDEUI_INCLUDES} -) - add_definitions(-DKDE_DEFAULT_DEBUG_AREA=900) set(KDESUDO_SRC diff --git a/keditbookmarks/kbookmarkmodel/tests/CMakeLists.txt b/keditbookmarks/kbookmarkmodel/tests/CMakeLists.txt index c5891930..0cd6e3f6 100644 --- a/keditbookmarks/kbookmarkmodel/tests/CMakeLists.txt +++ b/keditbookmarks/kbookmarkmodel/tests/CMakeLists.txt @@ -1,5 +1,4 @@ include_directories( - ${KDE4_KIO_INCLUDES} ../.. ) diff --git a/kglobalaccel/CMakeLists.txt b/kglobalaccel/CMakeLists.txt index 8c6e6129..c643846e 100644 --- a/kglobalaccel/CMakeLists.txt +++ b/kglobalaccel/CMakeLists.txt @@ -3,8 +3,6 @@ project(kglobalaccel) ############################################################################### ### KDED Global Accel Daemon -include_directories(${KDE4_KDEUI_INCLUDES}) - configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/config-kglobalaccel.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kglobalaccel.h diff --git a/konsole/src/tests/CMakeLists.txt b/konsole/src/tests/CMakeLists.txt index c60816b5..021c6b2a 100644 --- a/konsole/src/tests/CMakeLists.txt +++ b/konsole/src/tests/CMakeLists.txt @@ -1,6 +1,4 @@ include_directories( - ${KDE4_KPTY_INCLUDES} - ${KDE4_KPARTS_INCLUDES} ${QT_QTTEST_INCLUDES} # for konsoleprivate_export.h ${CMAKE_CURRENT_BINARY_DIR}/.. diff --git a/kstyles/oxygen/config/CMakeLists.txt b/kstyles/oxygen/config/CMakeLists.txt index 13fa141c..9b02ca59 100644 --- a/kstyles/oxygen/config/CMakeLists.txt +++ b/kstyles/oxygen/config/CMakeLists.txt @@ -1,5 +1,4 @@ include_directories( - ${KDE4_KDEUI_INCLUDES} ${CMAKE_SOURCE_DIR}/libs/oxygen ) diff --git a/kstyles/oxygen/demo/CMakeLists.txt b/kstyles/oxygen/demo/CMakeLists.txt index 1d108786..19afd850 100644 --- a/kstyles/oxygen/demo/CMakeLists.txt +++ b/kstyles/oxygen/demo/CMakeLists.txt @@ -1,5 +1,3 @@ -include_directories(${KDE4_KDEUI_INCLUDES}) - ########### next target ############### set(oxygen_demo_SOURCES oxygenbenchmarkwidget.cpp diff --git a/kuiserver/CMakeLists.txt b/kuiserver/CMakeLists.txt index 7982f44a..bab8c5be 100644 --- a/kuiserver/CMakeLists.txt +++ b/kuiserver/CMakeLists.txt @@ -2,8 +2,6 @@ if(ENABLE_TESTING) add_subdirectory(tests) endif() -include_directories(${KDE4_KIO_INCLUDES}) - set(kuiserver_SRCS main.cpp jobview.cpp diff --git a/kwin/clients/oxygen/demo/CMakeLists.txt b/kwin/clients/oxygen/demo/CMakeLists.txt index 8fdeb569..357ff73f 100644 --- a/kwin/clients/oxygen/demo/CMakeLists.txt +++ b/kwin/clients/oxygen/demo/CMakeLists.txt @@ -1,6 +1,5 @@ include_directories( ${CMAKE_SOURCE_DIR}/libs/oxygen - ${KDE4_KDEUI_INCLUDES} )