Travis CI with kirigami and android build

2017-10-23 Thread patrick JP
HI, I am trying to create a Travis CI script to create android apks with kirigami, if someone have already done that or want to help me I would appreciate :) My best regards -- Patrick José Pereira Electronics Engineer Skype: patrickelectric434 IRC: patrickelectric +55 (048) 99917-4777

Re: Problem building Kirigami example.

2017-09-04 Thread patrick JP
Hi Tomaz, 2017-08-31 5:58 GMT-03:00 Tomaz Canabrava : > Pats, > > > On Mon, Aug 28, 2017 at 6:27 PM, patrick JP > wrote: > >> I am trying to compile kirigami apk. This is my command line to use >> cmake: >> >> cmake .. >> -DCMAKE_TOOL

Problem building Kirigami example.

2017-08-31 Thread patrick JP
I am trying to compile kirigami apk. This is my command line to use cmake: cmake .. -DCMAKE_TOOLCHAIN_FILE=/usr/share/cmake-3.9/Modules/Platform/Android.cmake \ -DQTANDROID_EXPORTED_TARGET=kirigami2gallery -DANDROID_APK_DIR=../examples/galleryapp/ \ -DCMAKE_PREFIX_PATH=/opt/android-qt5/5.9.1/armea