diff options
Diffstat (limited to 'qtmcop/CMakeLists.txt')
| -rw-r--r-- | qtmcop/CMakeLists.txt | 6 |
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 ############################## |
