summaryrefslogtreecommitdiffstats
path: root/lib/util
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-17 16:06:35 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-17 18:35:42 +0100
commitfd907e533d5ae62daa846aefbdb6d3c27fcb0b2c (patch)
treee3296be6dbbd1505bcdcd13aafc23a43fbbe6c97 /lib/util
parent466b6fc982f27dcc39986e30d516a2a173879af7 (diff)
downloadtdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.tar.gz
tdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.zip
Fix various cmake build issues
(cherry picked from commit 96f0726b226f4b404c38f998fbdd02cf728ba6e8)
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/CMakeLists.txt b/lib/util/CMakeLists.txt
index f075a840..94a27187 100644
--- a/lib/util/CMakeLists.txt
+++ b/lib/util/CMakeLists.txt
@@ -23,7 +23,7 @@ include_directories(
install( FILES
domutil.h execcommand.h filetemplate.h urlutil.h
configwidgetproxy.h rurl.h kscriptactionmanager.h
- DESTINATION ${INCLUDE_INSTALL_DIR} )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/util )
##### kdevutil (static) #########################