mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: remove redundant QImageBlitz reference
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
308005ffa2
commit
8e4338f1cc
3 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
/* config-workspace.h. Generated by cmake from config-workspace.h.cmake */
|
||||
|
||||
#cmakedefine HAVE_QIMAGEBLITZ
|
||||
|
||||
/* Define if you have DPMS support */
|
||||
#cmakedefine HAVE_DPMS 1
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
include_directories( ${QIMAGEBLITZ_INCLUDES} )
|
||||
|
||||
set(kcm_kdm_PART_SRCS
|
||||
kdm-gen.cpp
|
||||
kdm-theme.cpp
|
||||
|
@ -14,7 +12,7 @@ set(kcm_kdm_PART_SRCS
|
|||
kde4_add_plugin(kcm_kdm ${kcm_kdm_PART_SRCS})
|
||||
|
||||
|
||||
target_link_libraries(kcm_kdm ${KDE4_KIO_LIBS} ${QIMAGEBLITZ_LIBRARIES} ${X11_LIBRARIES} kworkspace)
|
||||
target_link_libraries(kcm_kdm ${KDE4_KIO_LIBS} ${X11_LIBRARIES} kworkspace)
|
||||
|
||||
macro_add_file_dependencies(kdm-shut.cpp ${confci})
|
||||
add_dependencies(kcm_kdm ConfigCi)
|
||||
|
|
|
@ -6,7 +6,6 @@ add_subdirectory(sessions)
|
|||
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/libs/kdm
|
||||
${QIMAGEBLITZ_INCLUDES}
|
||||
)
|
||||
|
||||
set(kdmthemer_SRCS
|
||||
|
|
Loading…
Add table
Reference in a new issue