summaryrefslogtreecommitdiffstats
path: root/qtmcop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-08-10 21:15:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-08-10 21:15:01 +0900
commitfbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1 (patch)
treeeebe0e90a8792d109b78cce21f041f6ed1d97d5b /qtmcop
parent0a2f5a792977b640e4d41f96f0523f416fac7359 (diff)
downloadarts-fbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1.tar.gz
arts-fbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1.zip
Use 'tde_setup_paths' macro to setup required paths.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtmcop')
-rw-r--r--qtmcop/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtmcop/CMakeLists.txt b/qtmcop/CMakeLists.txt
index 721a627..57c9402 100644
--- a/qtmcop/CMakeLists.txt
+++ b/qtmcop/CMakeLists.txt
@@ -27,9 +27,9 @@ link_directories(
##### headers ###################################
-install( FILES
- qiomanager.h
- DESTINATION ${INCLUDE_INSTALL_DIR} )
+install(
+ FILES qiomanager.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME} )
##### qtmcop ##############################