Skip to content

Niftly is a RSS Reader built with Qt/QML and QML Material

License

Notifications You must be signed in to change notification settings

sandroandrade/niftly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niftly

Niftly is a RSS Reader built with Qt/QML and QML Material.

How to build Niftly

  1. Ensure you have a proper Qt development environment for Android
  2. Clone qml-material repository (git clone https://github.com/papyros/qml-material.git)
  3. 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'
  4. Open Niftly project in QtCreator
  5. 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? ;)

About

Niftly is a RSS Reader built with Qt/QML and QML Material

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published