Fix the -Wmissing-include-dirs warnings

icc-effect-5.14.5
Christophe Giboudeaux 2011-10-19 23:53:13 +02:00
parent 7fff9705b4
commit f76c40c424
3 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,3 @@
include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib )
########### next target ###############
set(kwin_b2_config_PART_SRCS config.cpp )

View File

@ -1,4 +1,4 @@
include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen)
include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen)
set(kwin_oxygen_config_PART_SRCS
../oxygenconfiguration.cpp

View File

@ -11,11 +11,6 @@ macro(KWIN4_ADD_EFFECT_CONFIG name)
install(TARGETS kcm_kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR})
endmacro(KWIN4_ADD_EFFECT_CONFIG)
include_directories(
${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib
)
### tests - meant to test/demo certain functionality, not really usable for end-users
SET(kwin4_effect_tests_sources
demo_shakymove.cpp