Skip to content
Snippets Groups Projects
Commit 7094fd03 authored by m.puchner's avatar m.puchner
Browse files

Merge branch 'RectifyQAccordionInstallation' into 'develop'

Rectify install command for qAccordion

See merge request !243
parents 49de0654 2b4b2695
No related branches found
No related tags found
1 merge request!243Rectify install command for qAccordion
Pipeline #42637 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.
Please register or to comment