]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/config-dolphin.h.cmake
Guide users to using kio-admin instead of sudo
[dolphin.git] / src / config-dolphin.h.cmake
index 45e7208e1ad8a16b09909af10b8bf8710339a062..903b7e7db96ad678ff0a1f04c11d7ea3ff385991 100644 (file)
@@ -1,4 +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
 
-/* Define to 1 if you have the KActivities library. */
-#cmakedefine KF5Activities_FOUND 1
-
+/** 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@"