diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cbba78..6fa2c09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -50,7 +50,7 @@ configure_file(hawd.conf hawd.conf) | |||
50 | 50 | ||
51 | enable_testing() | 51 | enable_testing() |
52 | 52 | ||
53 | set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) | 53 | set(SINK_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/sink/resources) |
54 | 54 | ||
55 | # common, eventually a lib but right now just the command buffers | 55 | # common, eventually a lib but right now just the command buffers |
56 | add_subdirectory(common) | 56 | add_subdirectory(common) |
@@ -65,6 +65,6 @@ add_subdirectory(examples) | |||
65 | add_subdirectory(tests) | 65 | add_subdirectory(tests) |
66 | 66 | ||
67 | # cli | 67 | # cli |
68 | add_subdirectory(akonadish) | 68 | add_subdirectory(sinksh) |
69 | 69 | ||
70 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 70 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |