Skip to content

Commit f0252ce

Browse files
authored
adding graphs package (#742)
1 parent 72dac83 commit f0252ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uitools/toolkitwidgets/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include(../common/CMakeLists.txt)
1818

1919
set(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

2323
qt_standard_project_setup()
2424

uitools/toolkitwidgets/toolkitwidgets.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
TOOLKITWIDGETS_BASE_SRC = $$PWD/src
2424
TOOLKITWIDGETS_TOOLKIT_SRC = $$TOOLKITWIDGETS_BASE_SRC/Esri/ArcGISRuntime/Toolkit

0 commit comments

Comments
 (0)