diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6677503..9ebb1d6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,9 +11,10 @@ include_directories( ${TQT_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} ${CMAKE_BINARY_DIR} - ${CMAKE_BINARY_DIR}/tdecore - ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_BINARY_DIR}/src + ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/kio/kio ) |