Hi,
glad that you find Kirigami interesting!
Admittedly, we're not very used to our frameworks being used by people with no
prior KDE experience, so yes, we should provide more instructions there.
ECM stands for Extra CMake Modules. Our wiki [1] explains where to get them (if
you are using Linux, your distro should provide a package of them).
Hope that helps. Feel free to ask here or on IRC or Telegram if you have further
questions.
Cheers,
Thomas
[1]
https://community.kde.org/Guidelines_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 with C++.
Unfortunately the documentation is very sparse!
The GitHub says:
cmake ..
-DCMAKE_TOOLCHAIN_FILE=/path/to/share/ECM/toolchain/Android.cmake -DQT
ANDROID_EXPORTED_TARGET=kirigamigallery
-DANDROID_APK_DIR=../examples/android/ -
DCMAKE_PREFIX_PATH=/path/to/Qt-Android/5.5/android_armv7/
-DCMAKE_INSTALL_PREFIX=/path/to/dummy/install/prefix -DBUILD_EXAMPLES=ON
What is ECM?? I've been searching the net for clues but found nothing.
Thanks (I'm new to Android platform development)