Niftly is a RSS Reader built with Qt/QML and QML Material.
- Ensure you have a proper Qt development environment for Android
- Clone qml-material repository (git clone https://github.com/papyros/qml-material.git)
- Build and install qml-material using Qt for Android
- cd to qml-material directory
- Run 'mkdir build'
- cd to build directory
- Run 'cmake -DCMAKE_PREFIX_PATH=/5.5/android_armv7/:/usr/ -DCMAKE_INSTALL_PREFIX=/5.5/android_armv7/ -DCMAKE_BUILD_TYPE=Release ../'
- cd to material directory
- Run 'make install'
- Open Niftly project in QtCreator
- Build it with the Android Kit
If you also want to run it in your desktop, clear everything in build directory and run cmake as: cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release ../ then cd to material directory and run 'sudo make install'. Build it with the Desktop kit.
Voilá ! Niftly is nifty, isn't it? ;)