最近群内有人问到如何使用命令行来编译Qt for Android的项目
google之后得一文章,遂来分享一二
Qt comes with a quite handy IDE: Qt Creator. Sometimes we wanna automate our the builds or we wanna just use the CLI because we wanna customize more the building process. This post will illustrate the way how to build your Qt application using the command line interface on Linux.
STEP 1 – Installing dependencies
First of all we need to Download and install the following sowftware:
a. Java
b. the Latest Android NDK (https://developer.android.com/tools/sdk/ndk/index.html#Installing)
c. Qt SDK
d. Android Studio bundle (which contains the Android SDK)
I’ll assume you are able to unpack tarballs and install .run files.. so I’ll go forward! In case you n