]> cloud.milkyroute.net Git - dolphin.git/blob - src/config-dolphin.h.cmake
Merge remote-tracking branch 'upstream/master' into work/zakharafoniam/useful-groups
[dolphin.git] / src / config-dolphin.h.cmake
1 /** Set whether to build Dolphin with support for these technologies or not. */
2 #cmakedefine01 HAVE_BALOO
3 #cmakedefine01 HAVE_KUSERFEEDBACK
4 #cmakedefine01 HAVE_PACKAGEKIT
5 #cmakedefine01 HAVE_TERMINAL
6 #cmakedefine01 HAVE_X11
7
8 /** The name of the package that needs to be installed so URLs starting with "admin:" can be opened in Dolphin. */
9 #cmakedefine ADMIN_WORKER_PACKAGE_NAME "@ADMIN_WORKER_PACKAGE_NAME@"
10
11 /** The name of the KDE Filelight package. */
12 #cmakedefine FILELIGHT_PACKAGE_NAME "@FILELIGHT_PACKAGE_NAME@"