This page lists system requirements for the 300.0 release of ArcGIS Maps SDK for Qt. The framework, platform, or operating system version and updates listed below are supported as long as it is also currently supported by its provider for general or public use.
Developing apps on Windows
Using Windows as your development environment, you can develop apps for Windows and Android. See the Deploying apps to Android section later in this document for a list of additional software needed for Android app development.
Supported operating systems:
- Windows 11 (64-bit) version 23H2 (build 22631) or higher
- Windows Server 2025 Standard and Datacenter
- Windows Server 2022 Standard and Datacenter
| Software | Minimum version | Notes |
|---|---|---|
| Qt Framework for Windows | 6.8.2 or higher, MSVC2022 (64-bit) | |
| Qt Creator | 18.0 or higher | Using the most recent version Qt Creator is recommended. |
| DirectX | See Video graphics adapter (below) | DirectX is the recommended rendering API. |
| OpenGL | 4.1 or higher | Qt Widgets only supports OpenGL. SceneView requires 3.2 or higher.LocalSceneView requires 4.5 or higher. |
| OpenGL ES | 3.2 or higher | When working with 3D scene views. |
| MSVC Toolset | 14.44 or higher | Deployed apps must deploy all Microsoft Visual Studio 2022 DLLs required to run. |
| Microsoft Visual C++ 2015 - 2022 Redistributable (x64) |
Microsoft Visual C++ 2015-2022 Redistributable version 14.44.35207 minimum. |
| Hardware | Version | Notes |
|---|---|---|
| CPU Type | x86 family | Hyper-threading (HHT) or Multi-core recommended. |
| Video graphics adapter | DirectX 11 - Feature Level 11 1 Direct3D 11.12 | See the Rendering section later in this document. |
1 For 3D scene views: DirectX 11 with Feature Level 11 is required.
2 For high-performance analysis:
- Direct3D 12 with feature level 11.1 (or feature level 11.0 with Resource Binding Tier 2).
- Shader models 5.1 and above.
Notes
An operating system can only be supported if it is also supported by the Qt Framework from The Qt Group. It is recommended to use the latest supported version of the operating system. Learn more about Qt licensing terms and conditions at The Qt Group.
Developing Android apps that use the high-performance analysis APIs requires a physical device. Running such apps on an Android emulator is not supported.
Developing apps on Linux
Using Linux as your development environment, you can develop apps for Linux and Android. See the Deploying apps to Android section later in this document for a list of additional software needed for Android app development. Also review the Qt documentation Qt for Linux for further details.
| Linux | Minimum version | Notes |
|---|---|---|
| Red Hat Enterprise Linux Server (64-bit) | 8.6 or higher | GCC 10 is the minimum version compiler. |
| Ubuntu (64-bit) | 22.04 LTS and 24.04 LTS | Ubuntu Releases |
| SUSE Linux Enterprise Desktop (64-bit) | 15 LTS SP4 or higher |
| Software | Minimum version | Notes |
|---|---|---|
| Qt Framework for Linux | 6.8.2 or higher | |
| Qt Creator | 18.0 or higher | Using the most recent version Qt Creator is recommended. |
| OpenGL | See Video graphics adapter in the table below. | Using Mesa software rendering is not supported with the ArcGIS Maps SDK for Qt. |
| OpenGL ES | 3.2 or higher | When working with 3D scene views. |
| Hardware | Version | Notes |
|---|---|---|
| CPU Type | x86 family | Hyper-threading (HHT) or Multi-core recommended. |
| Video graphics adapter | OpenGL 2.1 for 2D map views, 3.2 for SceneView, 4.5 for LocalSceneView Shader Model 1.2;
Vulkan 1.1
for high-performance analysis | Hardware video adapter is required. Be sure to use the latest available driver. |
Notes
An operating system can only be supported if it is also supported by the Qt Framework from The Qt Group. It is recommended to use the latest supported version of the operating system. Learn more about Qt licensing terms and conditions at The Qt Group.
ArcGIS Maps SDK for Qt and its deployments are only supported on CPUs that adhere to the x86 architecture.
The operating system binary must not be modified. Esri does not provide support if products are installed on the developer's release of an operating system.
Linux patches from Ubuntu will be supported as long as the patches are from Ubuntu without any modification to the latest kernel/glibc version.
Developing Android apps that use the high-performance analysis APIs requires a physical device. Running such apps on an Android emulator is not supported.
Developing apps on macOS
Using macOS as your development environment, you can develop apps for macOS, iOS, and Android. See the Deploying apps to Android and the Deploying apps to iOS sections later in this document for a list of additional software needed for Android and iOS app development.
Supported operating systems:
- macOS 26 (Tahoe)
- macOS 15 (Sequoia)
- macOS 14 (Sonoma)
Supported architectures:
-
Apple Mac computer with Intel processor : x86-64
-
Apple Mac computer with Apple silicon
| Software | Minimum version | Notes |
|---|---|---|
| Qt Framework for macOS (OS X) | 6.8.2 or higher | |
| Qt Creator | 18.0 or higher | Using the most recent version Qt Creator is recommended. |
| Xcode | 15.3 or higher | Including Xcode Command Line Tools. Xcode Release Notes |
| Metal | See Video graphics adapter (below) | Metal is the recommended rendering API. |
| OpenGL | 4.1 or higher | Qt Widgets only supports OpenGL. |
| Hardware | Version | Notes |
|---|---|---|
| CPU Type | Intel and Apple Silicon are supported | Hyper-threading (HHT) or Multi-core recommended. |
| Video graphics adapter | Metal 3.0 for Sonoma | See the Rendering section later in this document. |
Notes
An operating system can only be supported if it is also supported by the Qt Framework from The Qt Group. It is recommended to use the latest supported version of the operating system. Learn more about Qt licensing terms and conditions at The Qt Group.
Deploying apps to Android
Supported operating systems:
Minimum supported version: Android 9, Pie (API level 28) ; Maximum supported version: Android 16 (API level 36) . High-performance analysis requires a minimum of Android 12 (API level 31) .
| Software | Minimum version | Notes |
|---|---|---|
| Qt Framework for Android | 6.8.2 or higher | |
| Qt Creator | 18.0 or higher | Using the most recent version Qt Creator is recommended. |
| Android SDK Tools | 28 or higher | |
| Android SDK Build Tools | 31.0.0 or higher | |
| NDK | 26b or higher | |
| Java Development Kit (JDK) | 17 or higher |
To support map view and scene views
ArcGIS Maps SDK for Qt uses OpenGL ES technology on Android to render 2D map views and 3D scene views. Rendering in a map view uses OpenGL ES 3.0 or above if available on the device. Otherwise, it uses OpenGL ES 2.0 or above. Rendering in SceneView or LocalSceneView requires OpenGL ES 3.2. High-performance analysis APIs require Vulkan 1.1.
Notes
Android arm-v7a, arm64-v8a, x86, and x86 architectures are supported.
An operating system can only be supported if it is also supported by the Qt Framework from The Qt Group. It is recommended to use the latest supported version of the operating system. Learn more about Qt licensing terms and conditions at The Qt Group.
Deploying apps to iOS
Supported operating systems:
- iOS/iPadOS 26
- iOS/iPadOS 18
- iOS/iPadOS 17
Supported architectures:
-
Apple Mac computer with Intel processor : x86-64
-
Apple Mac computer with Apple silicon
| Software | Minimum version | Notes |
|---|---|---|
| Qt Framework for iOS | 6.8.2 or higher | |
| Qt Creator | 18.0 or higher | Using the most recent version Qt Creator is recommended. |
| Xcode | 15.3 or higher | Including Xcode Command Line Tools. Xcode Release Notes |
| iOS Simulator | x64 only |
Notes
An operating system can only be supported if it is also supported by the Qt Framework from The Qt Group. It is recommended to use the latest supported version of the operating system. Learn more about Qt licensing terms and conditions at The Qt Group.
OpenGL ES
ArcGIS Maps SDK for Qt uses OpenGL ES technology on Android to render 2D map views and 3D scene views. Rendering in a map view uses OpenGL ES 3.0 or above if available on the device. Otherwise, it uses OpenGL ES 2.0 or above. Rendering in SceneView or LocalSceneView requires OpenGL ES 3.2. High-performance analysis APIs require Vulkan 1.1.
You may need to configure graphics acceleration when using an Android emulator. For more information, see the document Configure hardware acceleration for the Android Emulator.
OpenGL ES 3.0 for exploratory analysis
OpenGL ES 3.0 or above is required if you are using the exploratory analysis tools. These exploratory analysis classes primarily perform work on the Graphics Processing Unit (GPU).
Rendering
ArcGIS Maps SDK for Qt renders 2D maps and 3D scenes with different graphics APIs, depending on the platform. The Qt Rendering Hardware Interface (RHI) for Qt Quick applications defaults to Metal for macOS/iOS, Direct3D on Windows, OpenGL on Linux, and OpenGL ES on Android. When developing Qt Quick apps for macOS/iOS or Windows, you will need to include Metal or Direct3D shaders respectively or force the use of OpenGL.
The following table lists the OS and rendering engine combinations supported.
| View / UI Combination | Windows | Linux | iOS | Android | macOS |
|---|---|---|---|---|---|
| MapView / SceneView + Qt Quick (QML UI) | Direct3D | OpenGL | Metal | OpenGL ES | Metal |
| LocalSceneView + Qt Quick (QML UI) | Direct3D | OpenGL | Metal | OpenGL ES | Metal |
| MapView / SceneView + Qt Widgets | OpenGL | OpenGL | N/A | N/A | OpenGL |
| LocalSceneView + Qt Widgets | Direct3D | OpenGL | N/A | N/A | Metal |
See the Deployment page for information on how to include these additional shaders within your apps.
Secure Socket Layer (SSL) support for https
This API requires SSL support to make network requests over https using the Qt Framework. The Qt Framework supports various SSL backends per platform, for example Schannel on Windows, secure-transport on Apple platforms, OpenSSL on Linux, etc. The following Qt documentation provides additional details for SSL configuration and deployment with Qt.
- Secure Socket Layers (SSL) Classes
- Adding OpenSSL Support for Android
- Retrieve the platform's available backends using QSslSocket
- Set the app's active backends using QSslSocket
Minimum recommended hardware
Apps built with ArcGIS Maps SDK for Qt can be deployed to a wide variety of hardware that meet the software system requirements. The tables below outline the minimum recommended hardware to achieve good performance on desktop platforms and mobile devices.
Desktop platforms
| Hardware | Minimum Recommended |
|---|---|
| Processor | |
| RAM | |
| GPU | NVidia Quadro/AMD Radeon |
| Disk | 1TB, SSD Hard Drive |
iOS devices
| Hardware | Minimum Recommended |
|---|---|
| Processor | |
| RAM |
Android devices
| Hardware | Minimum Recommended |
|---|---|
| Processor | |
| RAM | |
| GPU |
ArcGIS software and connected services
Use this table to determine the lowest version of the ArcGIS software that supports a specific functionality.
| ArcGIS Software | Version | Functionality supported by ArcGIS Maps SDKs for Native Apps |
|---|---|---|
| ArcGIS Enterprise | 11.4 |
|
| ArcGIS Enterprise | 11.3 |
|
| ArcGIS Enterprise | 11.2 |
|
| ArcGIS Enterprise | 11 |
|
| ArcGIS Enterprise | 10.9 |
|
| ArcGIS Enterprise | 10.8.1 |
|
| ArcGIS Enterprise | 10.8 |
|
| ArcGIS Enterprise | 10.7.1 |
|
| ArcGIS Enterprise | 10.7 |
|
| ArcGIS Enterprise | 10.6.1 |
|
| ArcGIS Enterprise | 10.6 |
|
| ArcGIS Enterprise | 10.5 |
|
| ArcGIS Enterprise | 10.4 |
|
| ArcGIS Enterprise | 10.3 |
|
| ArcGIS Pro | 3.4 |
|
| ArcGIS Pro | 3.3 |
|
| ArcGIS Pro | 3.0 |
|
| ArcGIS Pro | 2.9 |
|
| ArcGIS Pro | 2.8 |
|
| ArcGIS Pro | 2.7 |
|
| ArcGIS Pro | 2.6 |
|
| ArcGIS Pro | 2.5 |
|
| ArcGIS Pro | 2.4 |
|
| ArcGIS Pro | 2.3.2 |
|
| ArcGIS Pro | 2.3 |
|
| ArcGIS Pro | 2.2 |
|
| ArcMap | 10.3 |
|
Local Server version compatibility with ArcGIS Pro
For the Local Server 200.8 documentation, see Local Server (200.x).
Local Server is supported on Windows and Linux. Local Server is not supported on Android, iOS, or macOS.
| ArcGIS Maps SDK for Qt version | Local Server version | ArcGIS Pro version |
|---|---|---|
| 300.x | 200.8 | 3.5 |
Versions of supported specifications
Standards supported in this release include the following:
- Open Geospatial Consortium (OGC) standards:
- Web Map Service (WMS) versions 1.1.0, 1.1.1, and 1.3.0
- Web Map Tiled Service (WMTS) version 1.0.0
- Web Feature Service (WFS) versions 2.0.0 and 2.0.2
- API Features Part 1, Part 2, and Part 3
- GeoPackage versions 1.0, 1.1, and 1.2
- 3D Tiles 1.1
- KML 2.2
-
Military symbology standards:
- NATO APP-6(B), APP-6(D), and APP-6(E)
- United States MIL-STD-2525B (change 2), MIL-STD-2525C, MIL-STD-2525D, MIL-STD-2525D (change 1), and MIL-STD-2525E
-
International Hydrographic Organization (IHO) standards:
- S-52 (Specifications for Chart Content and Display Aspects of ECDIS)
- S-57 (Transfer Standard for Digital Hydrographic Data)
- S-63 (Data Protection Scheme)
| Indexed 3D Scene Layer (I3S) | Maps SDK 3D view type | Esri I3S versions | OGC I3S versions |
|---|---|---|---|
| 3D Object Scene Layer | SceneView | 1.6, 1.7, 1.8 | 1.0, 1.1, 1.2 |
| 3D Object Scene Layer | LocalSceneView | 1.9 | 1.0, 1.1, 1.2 |
| Integrated Mesh Scene Layer | SceneView | 1.6, 1.7, 1.8 | 1.0, 1.1, 1.2 |
| Integrated Mesh Scene Layer | LocalSceneView | 1.9 | 1.0, 1.1, 1.2 |
| Point Cloud Scene Layer | SceneView | 1.6, 2.0 | 1.1, 1.2 |
| Point Scene Layer | SceneView | 1.6, 1.7, 1.8, 1.9 | 1.0 |
| Point Scene Layer | LocalSceneView | 1.9 | 1.0 |
| Building Scene Layer | SceneView | Not supported | Not supported |
| Building Scene Layer | LocalSceneView | 1.6, 1.7, 1.8, 1.9 | Not supported |
| Voxel Scene Layer | Both | Not supported | Not supported |
On-premises virtualization
On-premises virtual desktop infrastructure (VDI)
VDI Requirements
| On-premises virtual desktop infrastructure | Notes |
|---|---|
| Use the latest VMware and NVIDIA drivers. Refer to the VMware and NVIDIA websites for the most current versions. |
| Citrix Virtual Apps and Desktops 2203 LTSR | Use the latest VMware and NVIDIA drivers. Refer to the VMware and NVIDIA websites for the most current versions. Esri supports Citrix Virtual Desktops. Citrix Virtual Apps is not recommended or supported with ArcGIS Maps SDKs for Native Apps. |