Select to view content in your preferred language

Error in Installation of ArcGIS Map for Qt on Windows.

1829
14
06-13-2024 06:10 AM
Gem-Vic
Emerging Contributor

Hi! Community.

While I was trying to set up ArcGIS map @ Qt on my windows, I first installed the following

dependencies first from Qt maintenance tool:

Qt Multimedia Qt Positioning Qt Sensors Qt WebEngine Qt WebView Qt Connectivity (iOS and Android only) Qt WebSockets.

Then installed the current version of ArcGIS for Qt, unfortunately, Qt wasn't detating ArcGIS.

Please how can I fix this?

0 Kudos
14 Replies
bnoble0110
Esri Contributor

Hello @Gem-Vic 

 

Can you elaborate on what you mean by Qt not detecting ArcGIS? Are you seeing an error message during build? Are the ArcGIS template projects showing when you try to create a new project?

0 Kudos
Gem-Vic
Emerging Contributor
The ArcGIS templates are not showing when creating a new project.
0 Kudos
Gem-Vic
Emerging Contributor

The ArcGIS template is not showing when creating a new project.

0 Kudos
bnoble0110
Esri Contributor

Okay, can you try uninstalling and reinstalling the maps sdk with Qt Creator closed? If that doesn't work, can you post the contents of your `postInstall.log` file? For me this is stored in `C:\Users\bnoble0110\AppData\Local\Temp\postInstall.log` after installing the SDK, and should be in a similar location for you. 

0 Kudos
Gem-Vic
Emerging Contributor

I have reinstalled it many times even Qt too to see if the whole thing will be corrected.

Please am not cleared on the second step you want me to take.

0 Kudos
bnoble0110
Esri Contributor

When the SDK is finished installing, it generates a `postInstall.log` file. This is the log output of a script being ran during the SDK installation that handles making the templates available in Qt Creator. If something went wrong, there will be an error message in there. Can you post the contents of this log file? 

For me, the file is located at `C:\Users\bnoble0110\AppData\Local\Temp`

0 Kudos
Gem-Vic
Emerging Contributor

I have tried locating the file, but couldn't find it.

I have some screen shorts.

pc.pngpc1.png

 

 

pc2.png

0 Kudos
Gem-Vic
Emerging Contributor

Since I tried to set up ArcGIS on my PC, I started having this pop up whenever I start Qt Creator.

pop1.png

0 Kudos
bnoble0110
Esri Contributor

You may have to re-install Qt Creator, I am not sure why you are missing that DLL suddenly.

 

After you do that, re-install the sdk and once its finished, open up a powershell terminal and enter `echo ${env:TEMP}`

 

image (1).png

 

This should point you to around where the temp dir is that holds `postInstall.log`. For me, it is up one directory from where this image is pointing. 

0 Kudos