//

1031
1
05-30-2017 02:30 PM
_____
by
New Member
0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

The watermark should go away if it is licensed correctly. Do you see this in your main.cpp?

#ifdef kLicense
    QCoreApplication::instance()->setProperty("Esri.ArcGISRuntime.license", kLicense);
#endif
0 Kudos