summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2014-06-14 17:51:23 +0200
committerDavid Edmundson <davidedmundson@kde.org>2014-06-14 17:51:23 +0200
commit1916533698d0212bad4e0af5168db4992ceef99d (patch)
treedd818c25ef8a738ddb2e9902ac18c985aff99b43 /examples
parentc82352e31f31bf433b120f1bcc73927661a1fdd4 (diff)
Enable services by default
Diffstat (limited to 'examples')
-rw-r--r--examples/cm/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cm/CMakeLists.txt b/examples/cm/CMakeLists.txt
index c82fff54..dbc4ca84 100644
--- a/examples/cm/CMakeLists.txt
+++ b/examples/cm/CMakeLists.txt
@@ -1,4 +1,4 @@
-if(ENABLE_EXPERIMENTAL_SERVICE_SUPPORT)
+if(ENABLE_SERVICE_SUPPORT)
set(cm_SRCS
protocol.h
protocol.cpp
@@ -18,4 +18,4 @@ if(ENABLE_EXPERIMENTAL_SERVICE_SUPPORT)
telepathy-qt${QT_VERSION_MAJOR}
telepathy-qt${QT_VERSION_MAJOR}-service
${TP_QT_EXECUTABLE_LINKER_FLAGS})
-endif(ENABLE_EXPERIMENTAL_SERVICE_SUPPORT)
+endif(ENABLE_SERVICE_SUPPORT)