]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/config-dolphin.h.cmake
dolphinui: Set view_mode action to low priority
[dolphin.git] / src / config-dolphin.h.cmake
index af78c8622c6beef1a49643ade7006e44e3adcfa4..871adc9707d0fa1a978b14e859feaf65277e728a 100644 (file)
@@ -1,6 +1,12 @@
+/** Set whether to build Dolphin with support for these technologies or not. */
 #cmakedefine01 HAVE_BALOO
-#cmakedefine01 HAVE_KACTIVITIES
 #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@"
+
+/** The name of the KDE Filelight package. */
+#cmakedefine FILELIGHT_PACKAGE_NAME "@FILELIGHT_PACKAGE_NAME@"