File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -621,6 +621,7 @@ list(APPEND QT_LIBS Qt6::Svg)
621621if (WIN32 )
622622 find_package (Qt6OpenGL ${QT_VERSION} REQUIRED PATHS ${QT_INSTALL_DIR} NO_DEFAULT_PATH )
623623 list (APPEND QT_LIBS Qt6::OpenGL)
624+ list (APPEND QT_LIBS Qt6::OpenGLWidgets)
624625
625626 find_program (QT_WINDEPLOY_QT NAMES windeployqt.exe PATHS "${QT_INSTALL_DIR} /bin" NO_DEFAULT_PATH )
626627
Original file line number Diff line number Diff line change @@ -352,17 +352,17 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/openstudio_app/Resources/
352352# install measures/models from openstudio-coalition-measures
353353
354354install (FILES ${openstudio-coalition-measures_SOURCE_DIR }/models/ShoeboxExample.osm
355- DESTINATION ${RESOURCES_DEST} /ShoeboxModel
355+ DESTINATION ${RESOURCES_DEST} /ShoeboxModel/
356356 COMPONENT "Resources"
357357)
358358
359359install (DIRECTORY ${openstudio-coalition-measures_SOURCE_DIR }/models/ShoeboxExample
360- DESTINATION ${RESOURCES_DEST} /ShoeboxModel
360+ DESTINATION ${RESOURCES_DEST} /ShoeboxModel/
361361 COMPONENT "Resources"
362362)
363363
364364install (DIRECTORY ${openstudio-coalition-measures_SOURCE_DIR }/models/ShoeboxExample/measures/openstudio_results
365- DESTINATION ${RESOURCES_DEST} /openstudio_results
365+ DESTINATION ${RESOURCES_DEST} /
366366 COMPONENT "Resources"
367367)
368368
You can’t perform that action at this time.
0 commit comments