mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
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:
parent
23cb3ed30b
commit
efee4de678
1 changed files with 5 additions and 0 deletions
|
@ -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
|
to enable the use of KWallet add "DEFINES += OCS_USE_KWALLET" under additional
|
||||||
arguments (keep the quotes).
|
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 :)
|
Then build and run :)
|
||||||
|
|
Loading…
Reference in a new issue