Skip to content
Snippets Groups Projects
Commit 2b4b2695 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rectify install command for qAccordion

parent 49de0654
No related branches found
No related tags found
1 merge request!243Rectify install command for qAccordion
Pipeline #42630 passed
...@@ -106,7 +106,7 @@ if (QACCORDION_BUILD_TESTER) ...@@ -106,7 +106,7 @@ if (QACCORDION_BUILD_TESTER)
target_link_libraries(accordion_tester qAccordion Qt5::Widgets Qt5::Network) target_link_libraries(accordion_tester qAccordion Qt5::Widgets Qt5::Network)
endif(QACCORDION_BUILD_TESTER) 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/clickableframe.h DESTINATION include/qAccordion)
install(FILES ${base_path}/include/qAccordion/contentpane.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) install(FILES ${base_path}/include/qAccordion/qaccordion.h DESTINATION include/qAccordion)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment