Creator with Android toolchain
-
I started to recompile a project with an Android toolchain on windows 10 64 bit. The project was never set up for Android compilation before.
Since I found a strange library path during the compilation process, I have started to check from where it could from. Basically the path in question is pointing to a structure which has been removed a while ago (possibly a year or longer).
Apparently the path in question stems from *.qbs files in .../AppData/Roaming/...
C:\Users\xxx\AppData\Roaming\QtProject\qtcreator\qbs\1.12.2\profiles\qtc_Android__06be0538\modules\Qt*\module.qbs
...
C:\Users\xxx\AppData\Roaming\QtProject\qtcreator\qbs\1.15.0\profiles\qtc_Android__1f2deba7\modules\Qt*\module.qbsThere are older qbs versions around which do not contain the lib path, but after 1.12.2 it can be found apparently in all Qbs files.
Can anybody shed some light on this?
Can I remove those files completely or do I destroy my creator setup?