┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/config-dolphin.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-dolphin.h.cmake')
-rw-r--r--src/config-dolphin.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config-dolphin.h.cmake b/src/config-dolphin.h.cmake
index 797ea38c5..903b7e7db 100644
--- a/src/config-dolphin.h.cmake
+++ b/src/config-dolphin.h.cmake
@@ -1,6 +1,10 @@
+/** Set whether to build Dolphin with support for these technologies or not. */
#cmakedefine01 HAVE_BALOO
#cmakedefine01 HAVE_PLASMA_ACTIVITIES
#cmakedefine01 HAVE_KUSERFEEDBACK
#cmakedefine01 HAVE_PACKAGEKIT
#cmakedefine01 HAVE_TERMINAL
#cmakedefine01 HAVE_X11
+
+/** The name of the package that needs to be installed so URLs starting with "admin:" can be opened in Dolphin. */
+#cmakedefine ADMIN_WORKER_PACKAGE_NAME "@ADMIN_WORKER_PACKAGE_NAME@"