mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
.. | ||
images | ||
qwebdav | ||
COPYING-GPL | ||
COPYING-README | ||
main.cpp | ||
owncloud_sync.png | ||
owncloud_sync.pro | ||
owncloud_sync.qrc | ||
owncloud_sync_qt.desktop | ||
OwnCloudSync.cpp | ||
OwnCloudSync.h | ||
OwnPasswordManager.cpp | ||
OwnPasswordManager.h | ||
README | ||
sqlite3_util.cpp | ||
sqlite3_util.h | ||
SyncGlobal.h | ||
SyncWindow.cpp | ||
SyncWindow.h | ||
SyncWindow.ui | ||
tasklist.txt |
== 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). 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 :)