]> cloud.milkyroute.net Git - dolphin.git/blob - src/config-dolphin.h.cmake
903b7e7db96ad678ff0a1f04c11d7ea3ff385991
[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_PLASMA_ACTIVITIES
4 #cmakedefine01 HAVE_KUSERFEEDBACK
5 #cmakedefine01 HAVE_PACKAGEKIT
6 #cmakedefine01 HAVE_TERMINAL
7 #cmakedefine01 HAVE_X11
8
9 /** The name of the package that needs to be installed so URLs starting with "admin:" can be opened in Dolphin. */
10 #cmakedefine ADMIN_WORKER_PACKAGE_NAME "@ADMIN_WORKER_PACKAGE_NAME@"