mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: remove references to build variables that are no set
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
472f24878b
commit
1df5da15d3
11 changed files with 0 additions and 19 deletions
|
@ -14,7 +14,6 @@ configure_file(
|
|||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}/src/app
|
||||
${KDE4_KIO_INCLUDES}
|
||||
)
|
||||
|
||||
# kate part
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
include_directories(
|
||||
${KDE4_KIO_INCLUDES}
|
||||
../..
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
include_directories(
|
||||
${KDE4_KPTY_INCLUDES}
|
||||
${KDE4_KPARTS_INCLUDES}
|
||||
${QT_QTTEST_INCLUDES}
|
||||
# for konsoleprivate_export.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/..
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
include_directories(
|
||||
${KDE4_KDEUI_INCLUDES}
|
||||
${CMAKE_SOURCE_DIR}/libs/oxygen
|
||||
)
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
include_directories(${KDE4_KDEUI_INCLUDES})
|
||||
|
||||
########### next target ###############
|
||||
set(oxygen_demo_SOURCES
|
||||
oxygenbenchmarkwidget.cpp
|
||||
|
|
|
@ -2,8 +2,6 @@ if(ENABLE_TESTING)
|
|||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
include_directories(${KDE4_KIO_INCLUDES})
|
||||
|
||||
set(kuiserver_SRCS
|
||||
main.cpp
|
||||
jobview.cpp
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/libs/oxygen
|
||||
${KDE4_KDEUI_INCLUDES}
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue