Skip to content

Commit b5fcac7

Browse files
authored
Merge pull request #589 from Esri/v.next
Updating main branch to 200.1
2 parents f4d4bd5 + f31ea06 commit b5fcac7

File tree

22 files changed

+93
-29
lines changed

22 files changed

+93
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 200.0
44
* (UtilityNetworkTrace) Introduction of the new Utility Network Trace tool (C++/Quick).
5+
* Increased minimum version to use Qt 6
6+
* Updated language to allow for C++ 17
57

68
## 100.15
79

augmentedreality/CppApi/source/ArcGISArView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace Esri::ArcGISRuntime::Toolkit {
4545
This toolkit component allows quick and easy integration
4646
of AR into your application for a variety of scenarios.
4747
48-
See \l {https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Common/AR/README.md} {additional details about using the ArcGISArView toolkit component}.
48+
See \l {https://github.com/Esri/arcgis-maps-sdk-toolkit-qt/blob/master/Common/AR/README.md} {additional details about using the ArcGISArView toolkit component}.
4949
*/
5050

5151
/*!

augmentedreality/Examples/CppArExample/CppArExample.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ equals(QT_MAJOR_VERSION, 6) {
3535
}
3636
}
3737

38-
ARCGIS_RUNTIME_VERSION = 200.0.0
38+
ARCGIS_RUNTIME_VERSION = 200.1.0
3939
include($$PWD/arcgisruntime.pri)
4040

4141
HEADERS += \
@@ -58,7 +58,7 @@ OTHER_FILES += \
5858
# AR configuration
5959

6060
# The path to the ArcGIS runtime toolkit for Qt sources, corresponding to the files downloaded
61-
# from the GitHub repo: https://github.com/Esri/arcgis-runtime-toolkit-qt
61+
# from the GitHub repo: https://github.com/Esri/arcgis-maps-sdk-toolkit-qt
6262

6363
ARCGIS_TOOLKIT_PATH = # must be set to the root path of the toolkit folder
6464

augmentedreality/Examples/QmlArExample/QmlArExample.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ equals(QT_MAJOR_VERSION, 6) {
3737
}
3838
}
3939

40-
ARCGIS_RUNTIME_VERSION = 200.0.0
40+
ARCGIS_RUNTIME_VERSION = 200.1.0
4141
include($$PWD/arcgisruntime.pri)
4242

4343
TEMPLATE = app
@@ -64,7 +64,7 @@ OTHER_FILES += \
6464
# AR configuration
6565

6666
# The path to the ArcGIS Maps SDK toolkit for Qt sources, corresponding to the files downloaded
67-
# from the GitHub repo: https://github.com/Esri/arcgis-runtime-toolkit-qt
67+
# from the GitHub repo: https://github.com/Esri/arcgis-maps-sdk-toolkit-qt
6868

6969
ARCGIS_TOOLKIT_PATH = # must be set to the root path of the toolkit folder
7070

augmentedreality/QmlApi/source/QmlArcGISArView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Esri::ArcGISRuntime::Toolkit {
3535
The Augmented Reality (AR) toolkit component allows quick and easy integration
3636
of AR into your application for a variety of scenarios.
3737
38-
See see \l {https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Common/AR/README.md}{the AR README on GitHub}
38+
See see \l {https://github.com/Esri/arcgis-maps-sdk-toolkit-qt/blob/master/Common/AR/README.md}{the AR README on GitHub}
3939
for details.
4040
*/
4141

augmentedreality/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ used to create the Qt project.
7777
for details.
7878

7979
2. Download from GitHub the source files of the
80-
[ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-runtime-toolkit-qt).
80+
[ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-maps-sdk-toolkit-qt).
8181

8282
3. In Qt Creator, create a new project and select the app template named
83-
"ArcGIS Maps 200.0.0 Qt Quick C++ app". Select the option "3D project" in the
83+
"ArcGIS Maps 200.1.0 Qt Quick C++ app". Select the option "3D project" in the
8484
"Details" dialog.
8585

8686
4. In the newly created project, add the following lines anywhere in the app's project (`.pro`)
@@ -225,9 +225,9 @@ An example of QML app with AR support can be found in the folder
225225
[ArcGIS Maps SDK for Qt Guide](https://developers.arcgis.com/qt/latest/qml/guide/arcgis-runtime-sdk-for-qt.htm)
226226
for details.
227227

228-
2. Download the sources of the [ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-runtime-toolkit-qt) from GitHub.
228+
2. Download the sources of the [ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-maps-sdk-toolkit-qt) from GitHub.
229229

230-
3. In Qt Creator, create a new project and select "ArcGIS Maps 200.0.0 Qt Quick QML app".
230+
3. In Qt Creator, create a new project and select "ArcGIS Maps 200.1.0 Qt Quick QML app".
231231
Select the option "3D project" in the "Details" step.
232232

233233
4. In the created project, add the following lines anywhere in the app's project

calcite-qml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To integrate Calcite into your app, add the following lines to your `*.pro` file
1818

1919
```pro
2020
QT += quickcontrols2
21-
RESOURCES += path/to/arcgis-runtime-toolkit-qt/calcite-qml/Calcite/calcite.qrc
21+
RESOURCES += path/to/arcgis-maps-sdk-toolkit-qt/calcite-qml/Calcite/calcite.qrc
2222
```
2323

2424
And then in `main.cpp` add the following lines:

calcite-qml/demo/calcite_test.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CONFIG += c++17
2323
# additional modules are pulled in via arcgisruntime.pri
2424
QT += opengl qml quick quickcontrols2
2525

26-
ARCGIS_RUNTIME_VERSION = 200.0.0
26+
ARCGIS_RUNTIME_VERSION = 200.1.0
2727
include($$PWD/arcgisruntime.pri)
2828

2929
TEMPLATE = app

tests/uitools/cpp_quick/unit_tests/BasemapGalleryItemUnitTest/BasemapGalleryItemUnitTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ QT += testlib
2727
QT -= gui
2828
QT += core gui opengl xml testlib network positioning sensors multimedia quick
2929

30-
ARCGIS_RUNTIME_VERSION = 200.0.0
30+
ARCGIS_RUNTIME_VERSION = 200.1.0
3131

3232
include($$PWD/../arcgisruntime.pri)
3333
include($$PWD/../../../../../uitools/toolkitcpp.pri)

tests/uitools/qml_quick/functional_tests/FloorFilterControllerFuncTest/FloorFilterControllerFuncTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CONFIG += c++17 warn_on qmltestcase
1616

1717
TEMPLATE = app
1818

19-
ARCGIS_RUNTIME_VERSION = 200.0.0
19+
ARCGIS_RUNTIME_VERSION = 200.1.0
2020
include($$PWD/../../shared/arcgisruntime.pri)
2121
include($$PWD/../../../../../uitools/toolkitqml.pri)
2222

0 commit comments

Comments
 (0)