我想在Windows上按照http://wiki.qt.io/Android中概述的步驟編譯Android上的Qt。編譯Qt for Android:'mingw32-make'不被識別爲內部或外部命令
當我嘗試對其進行配置:
configure -xplatform android-g++ -nomake tests -nomake examples -android-ndk c:\android-ndk-r10d -android-sdk c:\adt\sdk -android-ndk-host windows-x64 -android-toolchain-version 4.8 -skip qttranslations -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -no-warnings-are-errors
我得到這個錯誤:
'mingw32-make' is not recognized as an internal or external command, operable program or batch file.
我在NDK文件夾搜索化妝,我發現只有這個工具:
c:\android-ndk-r10d\prebuilt\windows\bin\make.exe
但是,它的名稱爲make
,而不是mingw-make
。該教程說只需要SDK和NDK,並且它們不包含mingw-make
。我需要安裝別的東西嗎?