diff options
Diffstat (limited to 'modules/ECMQtFramework.cmake')
| -rw-r--r-- | modules/ECMQtFramework.cmake | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake index a87246d2..8eb670e5 100644 --- a/modules/ECMQtFramework.cmake +++ b/modules/ECMQtFramework.cmake @@ -195,11 +195,12 @@ install(FILES    COMPONENT Devel  ) -install(EXPORT ${PROJECT_NAME}LibraryTargets -  DESTINATION "${CMAKECONFIG_INSTALL_DIR}" -  FILE ${PROJECT_NAME}Targets.cmake -  COMPONENT Devel -) +# Disabled for now, as long as kdelibs is one big module +#install(EXPORT ${PROJECT_NAME}LibraryTargets +  #DESTINATION "${CMAKECONFIG_INSTALL_DIR}" +  #FILE ${PROJECT_NAME}Targets.cmake +  #COMPONENT Devel +#)  install(FILES    "${CMAKE_BINARY_DIR}/${PROJECT_NAME}Use.cmake" | 
