More include paths

Running grep would have been a good idea ;-)
This commit is contained in:
David Faure 2011-08-31 18:06:44 +02:00
parent fe86c5ad35
commit 4bb1ea7744

View File

@ -46,8 +46,8 @@ if(NOT PLASMA_NO_KNEWSTUFF)
endif(NOT PLASMA_NO_KNEWSTUFF)
if(NOT PLASMA_NO_SOLID)
include_directories(${CMAKE_BINARY_DIR}/solid/)
include_directories(${CMAKE_SOURCE_DIR}/solid/)
include_directories(${CMAKE_BINARY_DIR}/tier1/solid/)
include_directories(${CMAKE_SOURCE_DIR}/tier1/solid/)
set(PLASMA_EXTRA_LIBS ${PLASMA_EXTRA_LIBS} ${KDE4_SOLID_LIBS})
endif(NOT PLASMA_NO_SOLID)