diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
commit | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch) | |
tree | 25c2ee1b29bc481b6914c244ed9ca194b1415d16 /CMakeLists.txt | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
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) |