Runtime for Qt 100.5 QML Module Not Found

563
1
08-07-2019 02:15 PM
deleted-user-3ckAgcDxv_5m
New Contributor

Hi

I have installed Qt 5.13 and the ArcGIS Runtime for Qt 100.5 on my windows machine. I ran the post install tool to specify the Creator and cmake locations.  This seemed to be successful as when I create a new project the runtime SDKs are available to choose from. I am trying to create a qml application and when I create the new project I get the error "QML module not found (Esri.ArcGISRuntime)"

I'm hoping there is something basic that I have missed but I can't find anything in the help or forums on this.  Anyone got any advice?

Thanks

Jamie

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Did you get to the bottom of this? This could be several different things, so hard to say without looking at your system. Couple of questions:

- are you using msvc and not mingw compiler?

- are you using 32 or 64 bit windows qt kit?

- when you build and run the app, does everything work? or is it just a console warning in the IDE?

- Do you see any logs like the following in the Qt Creator general messages console log? This would indicate everything was found ok.

Project MESSAGE: ArcGIS Runtime for Windows (x86_64)

Project MESSAGE: Version 100.5

0 Kudos