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)
621
621
if (WIN32 )
622
622
find_package (Qt6OpenGL ${QT_VERSION} REQUIRED PATHS ${QT_INSTALL_DIR} NO_DEFAULT_PATH )
623
623
list (APPEND QT_LIBS Qt6::OpenGL )
624
+ list (APPEND QT_LIBS Qt6::OpenGLWidgets )
624
625
625
626
find_program (QT_WINDEPLOY_QT NAMES windeployqt.exe PATHS "${QT_INSTALL_DIR} /bin" NO_DEFAULT_PATH )
626
627
Original file line number Diff line number Diff line change @@ -352,17 +352,17 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/openstudio_app/Resources/
352
352
# install measures/models from openstudio-coalition-measures
353
353
354
354
install (FILES ${openstudio-coalition-measures_SOURCE_DIR}/models/ShoeboxExample.osm
355
- DESTINATION ${RESOURCES_DEST} /ShoeboxModel
355
+ DESTINATION ${RESOURCES_DEST} /ShoeboxModel/
356
356
COMPONENT "Resources"
357
357
)
358
358
359
359
install (DIRECTORY ${openstudio-coalition-measures_SOURCE_DIR}/models/ShoeboxExample
360
- DESTINATION ${RESOURCES_DEST} /ShoeboxModel
360
+ DESTINATION ${RESOURCES_DEST} /ShoeboxModel/
361
361
COMPONENT "Resources"
362
362
)
363
363
364
364
install (DIRECTORY ${openstudio-coalition-measures_SOURCE_DIR}/models/ShoeboxExample/measures/openstudio_results
365
- DESTINATION ${RESOURCES_DEST} /openstudio_results
365
+ DESTINATION ${RESOURCES_DEST} /
366
366
COMPONENT "Resources"
367
367
)
368
368
You can’t perform that action at this time.
0 commit comments