Re: Kirigami build instructions

2016-08-15 Thread Police Terror
Yes, I can build other things fine such as the hello-jni example or compiling C libraries that use autotools too. I will try the qtcreator thing as you say. Marco Martin: > On Monday 15 August 2016, Police Terror wrote: >> 'CMakeFiles/create-apk-kirigamigallery.dir/all

Re: Kirigami build instructions

2016-08-14 Thread Police Terror
recipe for target 'create-apk-kirigamigallery' failed make: *** [create-apk-kirigamigallery] Error 2 Where is it looking for /platforms? Aleix Pol: > On Fri, Aug 12, 2016 at 10:26 PM, Police Terror wrote: >> Thank you, I didn't realize ECM was connected to KDE. That c

Re: Kirigami build instructions

2016-08-14 Thread Police Terror
Hi, When you minimize the Kirigami Gallery, it is closing the Application. Everytime I re-open Kirigami Gallery, it starts it back up again. When you make an Android application you just want to suspend it in the background when the user minimizes it so there's no startup penalty everytime the us

Re: Kirigami build instructions

2016-08-12 Thread Police Terror
lines_and_HOWTOs/Build_from_source/Details#Extra_CMake_Modules > > > > On 12.08.2016 18:06, Police Terror wrote: >> Hello, >> >> I'm excited by the slick looking Kirigami and the possibility of >> building applications to deploy on Linux, Android, and Windows wi

Kirigami build instructions

2016-08-12 Thread Police Terror
Hello, I'm excited by the slick looking Kirigami and the possibility of building applications to deploy on Linux, Android, and Windows with C++. Unfortunately the documentation is very sparse! The GitHub says: cmake .. -DCMAKE_TOOLCHAIN_FILE=/path/to/share/ECM/toolchain/Android.cmake -DQT ANDRO