README 1.0 KB

12345678910111213141516171819202122
  1. Web Feeds
  2. =========
  3. Web Feeds is a client for various Web-based feed aggregator services. It aims to
  4. provide an alternative to Harmattan's built in feed reader application.
  5. BUILD AND DEPLOY
  6. ================
  7. 1. Make sure you have installed the QtSDK 1.2.1 or newer.
  8. 2. Start QtCreator and open the webfeeds.pro file located in the root folder of
  9. the project.
  10. 3. Don't allow QtCreator to modify the source files of the project! QtCreator
  11. may suggest to update the qmlapplicationviewer.cpp file, in this case select
  12. No. QtCreator might also complain about missing deployment information for
  13. some targets like the plugins (google_reader.pro, newsblur.pro), don't
  14. create deployment information for any of these targets since they're just
  15. static libraries!
  16. 4. Select a Harmattan build target for the project (PR1.0, PR1.1 or PR1.2)
  17. 5. Start the build procedure by selecting Build > Build All.
  18. 6. Select a device configuration on the project's Run tab and select
  19. Build > Run to create and install the package to the target device.