You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
ArcGIS Runtime API Toolkit
2
2
==========================
3
3
4
-
Current Release: 100.5
4
+
Current Release: 100.6
5
5
6
6
This project contains QML source code for controls and utilities you can use with the [ArcGIS Runtime SDK for Qt](http://developers.arcgis.com/qt). There are QML examples in this repo that demonstrate the use of these controls and how they can be used as resuable building blocks for your QML-based ArcGIS applications.
7
7
@@ -26,8 +26,8 @@ This project contains QML source code for controls and utilities you can use wit
26
26
- Add a qmake variable - `QML_IMPORT_PATH+=<path_to_repo>/Import`
27
27
- Add the path to the QML Engine's path list in C++ code - `QQmlEngine::addImportPath("<path_to_repo>/Import");`
28
28
4. Import the QML plugin modules in your project. For example:
The toolkit repo has a demo project located in the Examples folder. This project is not meant to be a template to base your projects off of, but rather to be a quick and easy way to test and demonstrate the capabilities of various toolkit components. You can run the demo project by doing the following steps:
48
48
49
49
1. Open `Examples.qmlproject` in Qt Creator
50
-
2. Go to Projects > Run, and add a new variable called QML2_IMPORT_PATH, and set the value equal to the path of ArcGIS Runtime and the Toolkit. For example, `QML2_IMPORT_PATH=/Users/<username>/ArcGIS_SDKs/Qt100.5/sdk/macOS/x64/qml:/Users/<username>/ArcGIS_SDKs/Qt100.5/sdk/toolkit/Import`
51
-
3. Depending on your system, you may additionally need to add the path to the EsriCommonQt library into an environment variable. On Windows, add it to the PATH, on Linux, add it to LD_LIBRARY_PATH, and on macOS, add it to DYLD_LIBRARY_PATH. For example, `PATH=C:\Program Files (x86)\ArcGIS SDKs\Qt100.5\sdk\windows\x64\bin`.
50
+
2. Go to Projects > Run, and add a new variable called QML2_IMPORT_PATH, and set the value equal to the path of ArcGIS Runtime and the Toolkit. For example, `QML2_IMPORT_PATH=/Users/<username>/ArcGIS_SDKs/Qt100.6/sdk/macOS/x64/qml:/Users/<username>/ArcGIS_SDKs/Qt100.6/sdk/toolkit/Import`
51
+
3. Depending on your system, you may additionally need to add the path to the EsriCommonQt library into an environment variable. On Windows, add it to the PATH, on Linux, add it to LD_LIBRARY_PATH, and on macOS, add it to DYLD_LIBRARY_PATH. For example, `PATH=C:\Program Files (x86)\ArcGIS SDKs\Qt100.6\sdk\windows\x64\bin`.
52
52
4. The qmlscene application on Windows and Linux require that the path to the Qt libraries be specified in the PATH and LD_LIBRARY_PATH, respectively. For example, `PATH=C:\Qt5.9.2\msvc2015_64\bin`.
53
53
5. Run the app and select an example from the drop down.
54
54
55
55
## Version
56
-
The Toolkit is forwards compatible with the ArcGIS Runtime API. It is not backwards compatible. This means that version 100.4 of the Toolkit can be used with version 100.5 of the Runtime API. However, version 100.5 of the Toolkit cannot be used with version 100.4 of the Runtime API, as this version of the Toolkit may require functionality from a newer version of the Runtime API.
56
+
The Toolkit is forwards compatible with the ArcGIS Runtime API. It is not backwards compatible. This means that version 100.3 of the Toolkit can be used with version 100.4 of the Runtime API. However, version 100.4 of the Toolkit cannot be used with version 100.3 of the Runtime API, as this version of the Toolkit may require functionality from a newer version of the Runtime API.
57
57
58
58
## Use a previous version
59
59
The `master` branch contains toolkit components for the current, most up-to-date version of ArcGIS Runtime. To access previous versions, you can checkout by a tag or commit, or alternativley you can download the source zip:
0 commit comments