Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0, 5.9.0 Alpha
-
Windows 10 64 bit
Qt 5.8.0
gcc 4.9
-
-
49fea13e6dd14c64d6e83ac69d4cfa891861c3e6
Description
- Create a new Qt Widgets Application project.
- Configure it to use build configuration "Profile" of a kit for Android.
- Try to build the project.
It will fail:C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy --only-keep-debug untitled843 untitled843.debug && C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy --strip-debug untitled843 && C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy --add-gnu-debuglink=untitled843.debug untitled843 C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy: 'untitled843': No such file makefile:67: recipe for target 'libuntitled843.so' failed mingw32-make: *** [libuntitled843.so] Error 1
It should be possible to build the project with each build configuration. If this is not possible for "Profile", this build configuration should not be created at all.
Attachments
Issue Links
- relates to
-
QTBUG-59234 Build configuration with separate debug info fails on Android.
- Open