File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ TARGET = CppArExample
2323
2424equals(QT_MAJOR_VERSION, 5) {
2525 lessThan(QT_MINOR_VERSION, 12) {
26- error ("$$TARGET requires Qt 5.12.0 " )
26+ error ("$$TARGET requires Qt 5.12.6 " )
2727 }
28- equals(QT_MINOR_VERSION, 12) : lessThan(QT_PATCH_VERSION, 0 ) {
29- error ("$$TARGET requires Qt 5.12.0 " )
28+ equals(QT_MINOR_VERSION, 12) : lessThan(QT_PATCH_VERSION, 6 ) {
29+ error ("$$TARGET requires Qt 5.12.6 " )
3030 }
3131}
3232
33- ARCGIS_RUNTIME_VERSION = 100.6
33+ ARCGIS_RUNTIME_VERSION = 100.7
3434include ($$PWD/arcgisruntime.pri )
3535
3636HEADERS += \
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ CONFIG += c++11
2424
2525QT += core gui opengl network positioning sensors qml quick
2626
27- ARCGIS_RUNTIME_VERSION = 100.6
27+ ARCGIS_RUNTIME_VERSION = 100.7
2828include ($$PWD/arcgisruntime.pri )
2929
3030TEMPLATE = app
3131TARGET = QmlArExample
3232
3333equals(QT_MAJOR_VERSION, 5) {
3434 lessThan(QT_MINOR_VERSION, 12) {
35- error ("$$TARGET requires Qt 5.12.0 " )
35+ error ("$$TARGET requires Qt 5.12.6 " )
3636 }
37- equals(QT_MINOR_VERSION, 12) : lessThan(QT_PATCH_VERSION, 0 ) {
38- error ("$$TARGET requires Qt 5.12.0 " )
37+ equals(QT_MINOR_VERSION, 12) : lessThan(QT_PATCH_VERSION, 6 ) {
38+ error ("$$TARGET requires Qt 5.12.6 " )
3939 }
4040}
4141
You can’t perform that action at this time.
0 commit comments