diff options
| author | Christophe Giboudeaux <[email protected]> | 2012-08-24 13:38:43 +0200 |
|---|---|---|
| committer | Christophe Giboudeaux <[email protected]> | 2012-08-24 13:38:43 +0200 |
| commit | 707dfbec0e2c0277b008e22abd7ab5373a09c8d7 (patch) | |
| tree | decd12aea02a312ca3f9e7b9fd1824d778203b11 | |
| parent | 9a8ffbe1d0b7209ac5ef7f1b9eb05326802af574 (diff) | |
Fix includes
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8ade48777..1a121f8ad 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,7 +6,7 @@ configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk macro_bool_to_01(X11_Xrender_FOUND HAVE_XRENDER) configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h ) -include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) +include_directories( ${KACTIVITIES_INCLUDE_DIRS} ) if (Nepomuk_FOUND) # Yes, Soprano includes is what we need here |
