Qt 5.6 QtPurchasing Unknown Module
-
Hi,
I don't remember if it was released along with Qt 5.6 but you can always clone and build the module yourself.
-
Hi,
I don't remember if it was released along with Qt 5.6 but you can always clone and build the module yourself.
-
open a terminal in downloaded folder path. use following commands in terminal for setting android related variables:
export ANDROID_NDK_ROOT=PATH_TO_ANDROID_NDK export ANDROID_SDK_ROOT=PATH_TO_ANDROID_SDK export ANDROID_API_VERSION=android-10
use full path for line 1 and 2
use a minimum android version which you have in your platforms folder of sdk root, for line 3
then, in that terminal:/PATH/TO/ANDROID/QMAKE/qmake make make install
for line 1, usually path to android armeabi-v7 is enough
I think this process can be done in QtCreator automatically. just open the module .pro file and run android qmake and then build project.
If in second path, some errors occured, you should right click on src folder in qtcreator and build just that.