-
Bug
-
Resolution: Fixed
-
P4: Low
-
Qt Creator 16.0.0, Qt Creator 17.0.0
-
None
-
-
babf2e894 (master)
-
2025wk30s2QtforAndroid, 2025wk32s2QtforAndroid
When using the APK template creator on a qmake based project, the manifestwizard.cpp adds the wrong file path to the .pro
:-1: error: Cannot find android sources in /home/morphett/testapp.pro
Steps to Reproduce:
- Create a new qmake-based project in Qt Creator.
- Build and run the application to confirm that the initial project setup works.
- Use Projects > Build > Build Android APK and select Create Templates. The dialog will appear to choose a location for the template files.
- Create the templates. The wizard will modify the project's .pro file.
- Build the project again. The build process will now fail, showing the above error.