diff options
author | Aleix Pol <aleixpol@kde.org> | 2014-04-27 01:53:42 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2014-04-27 01:53:42 +0200 |
commit | a0c759076bb7f49466871f3e129e62b01d874042 (patch) | |
tree | 5a32f9b31edd130fc5f5504e3eb1d7f543508b96 /src/kconf_update | |
parent | fc05d19a809f07ea682aa4d1dab6246d72a256b8 (diff) | |
download | kconfig-a0c759076bb7f49466871f3e129e62b01d874042.tar.gz kconfig-a0c759076bb7f49466871f3e129e62b01d874042.tar.bz2 |
install libexec executables in the kf5 libexec directory
Diffstat (limited to 'src/kconf_update')
-rw-r--r-- | src/kconf_update/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt index 903f1971..d7ea4605 100644 --- a/src/kconf_update/CMakeLists.txt +++ b/src/kconf_update/CMakeLists.txt @@ -16,5 +16,5 @@ add_executable(KF5::kconf_update ALIAS kconf_update) target_link_libraries(kconf_update Qt5::Core KF5::ConfigCore) # Although this is mostly an internal binary (hence installing it in -# LIBEXEC_INSTALL_DIR), it is used by kded, and so we export its location -install(TARGETS kconf_update EXPORT KF5ConfigTargets DESTINATION ${LIBEXEC_INSTALL_DIR}) +# KF5_LIBEXEC_INSTALL_DIR), it is used by kded, and so we export its location +install(TARGETS kconf_update EXPORT KF5ConfigTargets DESTINATION ${KF5_LIBEXEC_INSTALL_DIR}) |