Updated instructions for building. Make sure that if you have build the

program prior to this, to re-run qmake and do a Clean All. This is
because of a large change in the way KWallet is handled.
This commit is contained in:
Juan Carlos Cornejo 2011-12-19 17:41:55 -05:00 committed by Klaas Freitag
parent 23cb3ed30b
commit efee4de678

View file

@ -15,5 +15,10 @@ Select Build Settings. Expand the qmake section (under build steps). If you want
to enable the use of KWallet add "DEFINES += OCS_USE_KWALLET" under additional
arguments (keep the quotes).
If you had compiled ownCloud Sync Qt before, it is a good idea to run qmake
again and do a clean all:
Click on owncloud_sync folder in the Projects view pane. Select run qmake.
Then go to Build in the menu, and select Clean All.
Then build and run :)