mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Qt install (not working)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user