File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
augmentedreality/Examples Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 1717TEMPLATE = app
1818
1919QT += core gui opengl network positioning sensors qml quick multimedia
20- CONFIG += c++11
20+ CONFIG += c++14
2121
2222TARGET = CppArExample
2323
24- equals(QT_MAJOR_VERSION, 5) {
25- lessThan(QT_MINOR_VERSION, 12) {
26- error ("$$TARGET requires Qt 5.15.1" )
27- }
28- equals(QT_MINOR_VERSION, 12) : lessThan(QT_PATCH_VERSION, 6) {
29- error ("$$TARGET requires Qt 5.15.1" )
30- }
31- }
32-
3324ARCGIS_RUNTIME_VERSION = 100.11
3425include ($$PWD/arcgisruntime.pri )
3526
Original file line number Diff line number Diff line change 2020
2121# -------------------------------------------------------------------------------
2222
23- CONFIG += c++11
23+ CONFIG += c++14
2424
2525QT += core gui opengl network positioning sensors qml quick
2626
@@ -30,17 +30,6 @@ include($$PWD/arcgisruntime.pri)
3030TEMPLATE = app
3131TARGET = QmlArExample
3232
33- equals(QT_MAJOR_VERSION, 5) {
34- lessThan(QT_MINOR_VERSION, 15) {
35- error ("$$TARGET requires Qt 5.15.1" )
36- }
37- equals(QT_MINOR_VERSION, 15) : lessThan(QT_PATCH_VERSION, 1) {
38- error ("$$TARGET requires Qt 5.15.1" )
39- }
40- }
41-
42- # -------------------------------------------------------------------------------
43-
4433HEADERS += \
4534 AppInfo.h
4635
You can’t perform that action at this time.
0 commit comments