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:
Juan Carlos Cornejo 2011-12-19 14:06:50 -05:00 committed by Klaas Freitag
parent e648dcd8a4
commit 23cb3ed30b
2 changed files with 24 additions and 1 deletions

19
owncloud_sync_qt/README Normal file
View 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 :)

View file

@ -83,7 +83,11 @@ DEPENDPATH += /usr/include
OTHER_FILES += \
COPYING-README \
COPYING-GPL
COPYING-GPL \
README