Skip to content

Commit

Permalink
Update internal to release (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneryould authored Dec 15, 2022
1 parent 12fbe4e commit 4fd005d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DEFINES += ArcGIS_Runtime_Version=$$ARCGIS_RUNTIME_VERSION
exists($$PWD/../../../../DevBuildCpp.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/../../../../DevBuildCpp.pri)
Expand Down
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 4fd005d

Please sign in to comment.