File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include(../common/CMakeLists.txt)
1818
1919set (CMAKE_AUTOUIC ON )
2020
21- find_package (Qt6 REQUIRED COMPONENTS Core Gui Svg WebEngineWidgets Widgets NetworkAuth)
21+ find_package (Qt6 REQUIRED COMPONENTS Core Gui Svg WebEngineWidgets Widgets Graphs NetworkAuth)
2222
2323qt_standard_project_setup()
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android|ios {
1818 error ("toolkitwidgets.pri is not usable on mobile platforms." )
1919}
2020
21- QT += widgets webenginewidgets svg networkauth
21+ QT += widgets webenginewidgets svg graphs networkauth
2222
2323TOOLKITWIDGETS_BASE_SRC = $$PWD /src
2424TOOLKITWIDGETS_TOOLKIT_SRC = $$TOOLKITWIDGETS_BASE_SRC /Esri/ArcGISRuntime/Toolkit
You can’t perform that action at this time.
0 commit comments