Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.8.2
-
windows 10 64 bit
Description
Under "Projects"->"Build settings" one can add additional libraries under building step "Build Android APK". At the bottom is a possibility to add and remove libraries.
When pressing a file dialog is opened in Windows at the user's location allowing the navigation from there. Navigate to files somewhere and select library.
A line $$PWD + absolute path of selection is shown in the windows and resolved after some while. The problem is that the $$PWD is expanded to the absolute path of project location and the absolute path of the section will follow. The problem has been verified with a library copied to c:/Users/blabla/Documents and with a path on a RAM disc r: in this case.
The wrong path is shown directly in the browser window and also used when building the apk archive. There is no way to edit the path and to correct.
Apparently the only way to enter a proper path is to have the libraries directly in PWD and the library is selected from there.
The source is on drive e: and therefore PWD is pointing to a folder there, in case that matters.