Qt install (not working)

This commit is contained in:
Thomas Krijnen
2026-05-08 10:12:57 +02:00
parent a1efdccb4b
commit 05cd19592d
5 changed files with 55 additions and 0 deletions
+1
View File
@@ -34,3 +34,4 @@ set_target_properties(IfcViewerFull PROPERTIES
target_link_libraries(IfcViewerFull PRIVATE IfcViewer)
install(TARGETS IfcViewerFull EXPORT ${IFCOPENSHELL_EXPORT_TARGETS})
ifcopenshell_deploy_qt_runtime(IfcViewerFull)
+1
View File
@@ -34,3 +34,4 @@ set_target_properties(IfcViewerMinimal PROPERTIES
target_link_libraries(IfcViewerMinimal PRIVATE IfcViewer)
install(TARGETS IfcViewerMinimal EXPORT ${IFCOPENSHELL_EXPORT_TARGETS})
ifcopenshell_deploy_qt_runtime(IfcViewerMinimal)
+1
View File
@@ -101,3 +101,4 @@ get_target_property(targetIncludeDirs ${targetName} INCLUDE_DIRECTORIES)
message(STATUS "target_include_directories: ${targetIncludeDirs}")
install(TARGETS ${targetName})
ifcopenshell_deploy_qt_runtime(${targetName})