X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/9aee5d22513f0367febab54b38b3a7dc58d120bb..9cde51e14a25cef7237cb9178fe1538eef8d59c2:/src/config-dolphin.h.cmake diff --git a/src/config-dolphin.h.cmake b/src/config-dolphin.h.cmake index 45e7208e1..871adc970 100644 --- a/src/config-dolphin.h.cmake +++ b/src/config-dolphin.h.cmake @@ -1,4 +1,12 @@ +/** Set whether to build Dolphin with support for these technologies or not. */ +#cmakedefine01 HAVE_BALOO +#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@" +/** The name of the KDE Filelight package. */ +#cmakedefine FILELIGHT_PACKAGE_NAME "@FILELIGHT_PACKAGE_NAME@"