Skip to content

Commit

Permalink
Update QML key to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneryould authored Dec 6, 2023
1 parent ab1fa4a commit 0f7c0d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEFINES += ArcGIS_Runtime_Version=$$ARCGIS_RUNTIME_VERSION
exists($$PWD/../../../../DevBuildQml.pri) {
message("Building against the dev environment")
DEFINES += ESRI_BUILD
DEFINES += SAMPLE_VIEWER_API_KEY=$$(SAMPLEVIEWERAPIKEY_INTERNAL)
DEFINES += SAMPLE_VIEWER_API_KEY=$$(SAMPLEVIEWERAPIKEY_RELEASE)

# use the Esri dev build script
include ($$PWD/../../../../DevBuildQml.pri)
Expand Down

0 comments on commit 0f7c0d2

Please sign in to comment.