set(KDE_INSTALL_DATADIR"${CMAKE_INSTALL_PREFIX}/share"CACHEPATH"The parent directory where applications can install their data")
set(KDE_INSTALL_BINDIR"${CMAKE_INSTALL_PREFIX}/bin"CACHEPATH"The install dir for executables")
endif()
set(KDESRC_BUILD_INSTALL_MODULESTRUECACHEBOOL"Controls whether to install the modules that make up the script. Leave enabled unless running straight from source")
set(KDESRC_BUILD_MODULE_INSTALL_PREFIX"${DATA_INSTALL_DIR}/kdesrc-build/modules"CACHEPATH"Prefix to install the component Perl modules to. (This is only an option to allow for installing to vendor_perl or similar)")
set(KDESRC_BUILD_MODULE_INSTALL_PREFIX"${KDE_INSTALL_DATADIR}/kdesrc-build/modules"CACHEPATH"Prefix to install the component Perl modules to. (This is only an option to allow for installing to vendor_perl or similar)")
if(KDESRC_BUILD_INSTALL_MODULES)
message(STATUS"Installing component modules to ${KDESRC_BUILD_MODULE_INSTALL_PREFIX}")
@ -85,13 +85,13 @@ if (KDESRC_BUILD_INSTALL_MODULES)