Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.10.0, 5.11.1, 5.12
-
None
-
*Host*
* Windows 10
* mingw-build 7.2.0rev1 64bit
* Android API level 24
* JDK 1.8.0_144
* Build tool revision 27.0.2
* Android toolchain version 4.9
*Cross-compilation*
* Android
* Target architecture: armeabi-v7a
*Build option*
* configure.bat -platform win32-g++ -xplatform android-g++ -android-sdk %ANDROID_SDK_ROOT% -android-ndk %ANDROID_NDK_PATH% -android-ndk-platform %ANDROID_API_VERSION% -android-ndk-host windows-x86_64 -android-arch %ANDROID_TARGET_ARCH% -android-toolchain-version %ANDROID_TOOLCHAIN_VERSION% -opensource -confirm-license -release -opengl es2 -prefix "D:\Components\Qt5.10-Android" -nomake tests -nomake examples -skip qtserialport*Host* * Windows 10 * mingw-build 7.2.0rev1 64bit * Android API level 24 * JDK 1.8.0_144 * Build tool revision 27.0.2 * Android toolchain version 4.9 *Cross-compilation* * Android * Target architecture: armeabi-v7a *Build option* * configure.bat -platform win32-g++ -xplatform android-g++ -android-sdk %ANDROID_SDK_ROOT% -android-ndk %ANDROID_NDK_PATH% -android-ndk-platform %ANDROID_API_VERSION% -android-ndk-host windows-x86_64 -android-arch %ANDROID_TARGET_ARCH% -android-toolchain-version %ANDROID_TOOLCHAIN_VERSION% -opensource -confirm-license -release -opengl es2 -prefix "D:\Components\Qt5.10-Android" -nomake tests -nomake examples -skip qtserialport
-
33fea7e7a9155632f7ac3804a1a6d1d35324b6d0
Description
Hi team,
I was building a custom binary for Android and encountered following error message:
mingw32-make: *** No rule to make target 'vulkan/qvulkanfunctions_p.h'. Stop.
I see there's qvkgen.exe in qtbase/bin but it seems that qvkgen.exe command has failed. I got helped in Qt IRC chat room for following instructions but failed:
- go into qtbase/src/gui
- mingw32-make qmake
- mingw32-make vulkan/qvulkanfunctions_p.h
Attachments
Issue Links
- is required for
-
QTBUG-67464 Build Android packages with clang
- Closed