File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -559,6 +559,7 @@ find_file(qweb_resources_200 NAMES qtwebengine_resources_200p.pak PATHS "${QT_IN
559
559
# QT_WEB_LIBS are linked by OS App and openstudio_lib but not by openstudio_modeleditor.so or openstudio_modeleditor
560
560
list (APPEND QT_WEB_LIBS Qt6::WebEngineCore )
561
561
list (APPEND QT_WEB_LIBS Qt6::WebEngineWidgets )
562
+ list (APPEND QT_WEB_LIBS Qt6::Charts )
562
563
set_target_properties (${QT_WEB_LIBS} PROPERTIES INTERFACE_LINK_LIBRARIES "" )
563
564
564
565
if (NOT APPLE )
@@ -616,7 +617,6 @@ list(APPEND QT_LIBS Qt6::Xml)
616
617
list (APPEND QT_LIBS Qt6::PrintSupport )
617
618
list (APPEND QT_LIBS Qt6::Gui )
618
619
list (APPEND QT_LIBS Qt6::Svg )
619
- list (APPEND QT_LIBS Qt6::Charts )
620
620
621
621
if (WIN32 )
622
622
find_package (Qt6OpenGL ${QT_VERSION} REQUIRED PATHS ${QT_INSTALL_DIR} NO_DEFAULT_PATH )
You can’t perform that action at this time.
0 commit comments