We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdf7890 + 7f51325 commit e820d5fCopy full SHA for e820d5f
Plugin/CppApi/ArcGISRuntimeToolkit.pro
@@ -28,8 +28,9 @@ HEADERS += $$PWD/include/*.h \
28
SOURCES += $$PWD/source/*.cpp \
29
$$PWD/source/CoordinateConversion/*.cpp
30
31
-INCLUDEPATH += $$PWD/include/ \
32
- $$PWD/include/CoordinateConversion/
+INCLUDEPATH += $$PWD/include \
+ $$PWD/include/CoordinateConversion \
33
+ $$PWD/../../Common/AR/include
34
35
RUNTIME_PRI = arcgis_runtime_qml_cpp.pri
36
#RUNTIME_PRI = esri_runtime_qt.pri # use this for widgets
0 commit comments