diff options
| author | David Faure <[email protected]> | 2014-08-24 15:40:50 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2014-08-24 15:40:50 +0200 |
| commit | 3d89079aa403f82169575ac68759ddb806596e66 (patch) | |
| tree | d1f9d338cbcb39c1f87188a2fc37f3792b58c685 /src | |
| parent | d4fb129710d7fadf8e21f2cfd2588a794f774e41 (diff) | |
use non-deprecated cmake var name
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5c9c8c95e..fec365abf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -331,7 +331,7 @@ install( FILES settings/dolphin_directoryviewpropertysettings.kcfg settings/dolphin_detailsmodesettings.kcfg settings/dolphin_versioncontrolsettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) -install( FILES dolphinui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/dolphin ) +install( FILES dolphinui.rc DESTINATION ${CMAKE_INSTALL_KXMLGUI5DIR}/dolphin ) install( FILES dolphin.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata ) install( FILES search/filenamesearch.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) install( FILES settings/kcm/kcmdolphinviewmodes.desktop DESTINATION |
