Fix include path for CamelCase headers
This commit is contained in:
parent
9089947ace
commit
f7b4e76e47
@ -138,7 +138,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/src/plasma/includes
|
||||
)
|
||||
|
||||
# for including config.h and for includes like <kparts/foo.h>
|
||||
include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/src ${CMAKE_SOURCE_DIR}/interfaces ${CMAKE_SOURCE_DIR}src/plasma/includes)
|
||||
include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/src ${CMAKE_SOURCE_DIR}/interfaces ${CMAKE_SOURCE_DIR}/src/plasma/includes)
|
||||
|
||||
if(QCA2_FOUND)
|
||||
include_directories(
|
||||
|
Loading…
Reference in New Issue
Block a user