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?
What do I do next?
If you installed the sdk, this folder will contain the `postInstall.log` file. Find that file in this directory and post its contents here.
I uninstalled the old one, Downloaded a new one and reinstalled it. I open the folder still cannot find the postInstall.log file.
Could it be fault from my PC?
I uninstalled the old one, Downloaded a new one and reinstalled it. I open the folder still cannot find the postInstall.log file.
I see, it's going to be difficult to figure out what is going wrong if you can't locate the postInstall.log file. You can try changing where the postInstall script stores that log file.
If you installed the SDK, the postInstall script comes with it in the `tools` subdirectory of your install. For me its `C:/Program Files/ArcGIS SDKs/Qt200.4.0/tools/postInstall`
Try changing the `LOG_FILE` variable in that script to somewhere you can find it, and then run that script through powershell.
So in the postInstall script you'll see this
$VERSION="200.4.0"
$INSTALL_DIR=""
$DOC_DIR=""
$LOG_FILE="${env:TEMP}\postInstall.log". <---- change this to an empty directory where you can find it.