You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
441 B
12 lines
441 B
#ifndef CONFIG_STARTPLASMA_H |
|
#define CONFIG_STARTPLASMA_H |
|
|
|
#define CMAKE_INSTALL_FULL_BINDIR "@CMAKE_INSTALL_FULL_BINDIR@" |
|
#define KDE_INSTALL_FULL_DATAROOTDIR "@KDE_INSTALL_FULL_DATAROOTDIR@" |
|
#define CMAKE_INSTALL_FULL_LIBEXECDIR "@CMAKE_INSTALL_FULL_LIBEXECDIR@" |
|
#define CMAKE_INSTALL_FULL_LIBEXECDIR_KF5 "@CMAKE_INSTALL_FULL_LIBEXECDIR_KF5@" |
|
#define KWIN_WAYLAND_BIN_PATH "@KWIN_WAYLAND_BIN_PATH@" |
|
|
|
#define KWIN_BIN "${KWIN_BIN}" |
|
|
|
#endif
|
|
|