diff --git a/3rdparty/GUI/qaccordion/src/CMakeLists.txt b/3rdparty/GUI/qaccordion/src/CMakeLists.txt index 2290925eabf8041df47a47a3a139165fd703b26a..a35fd9c10f65f0d6805697679d44e84e58e7df5c 100644 --- a/3rdparty/GUI/qaccordion/src/CMakeLists.txt +++ b/3rdparty/GUI/qaccordion/src/CMakeLists.txt @@ -106,7 +106,7 @@ if (QACCORDION_BUILD_TESTER) target_link_libraries(accordion_tester qAccordion Qt5::Widgets Qt5::Network) endif(QACCORDION_BUILD_TESTER) -install(TARGETS qAccordion DESTINATION lib) +install (TARGETS qAccordion DESTINATION ${destination_lib} COMPONENT Libraries) install(FILES ${base_path}/include/qAccordion/clickableframe.h DESTINATION include/qAccordion) install(FILES ${base_path}/include/qAccordion/contentpane.h DESTINATION include/qAccordion) install(FILES ${base_path}/include/qAccordion/qaccordion.h DESTINATION include/qAccordion)