mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Added a README file with compilation instructions. One thing I did not
make clear when I made a change to the password manager is that by default no password manager is enabled. You must enable Kwallet by adding the argument "DEFINES += OC_USE_KWALLET" to the qmake build step.
This commit is contained in:
parent
e648dcd8a4
commit
23cb3ed30b
2 changed files with 24 additions and 1 deletions
19
owncloud_sync_qt/README
Normal file
19
owncloud_sync_qt/README
Normal file
|
@ -0,0 +1,19 @@
|
|||
== ownCloud Sync Qt ==
|
||||
|
||||
1) About onwCloud Sync Qt
|
||||
2) Requirements
|
||||
3) Compiling
|
||||
|
||||
2) == REQUIREMENTS ==
|
||||
|
||||
3) == COMPILING ==
|
||||
|
||||
3a) Using QtCreator
|
||||
|
||||
Open owncloud_sync.pro with QtCreator. Then navigate to the Projects tab.
|
||||
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).
|
||||
|
||||
|
||||
Then build and run :)
|
|
@ -83,7 +83,11 @@ DEPENDPATH += /usr/include
|
|||
|
||||
OTHER_FILES += \
|
||||
COPYING-README \
|
||||
COPYING-GPL
|
||||
COPYING-GPL \
|
||||
README
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue