Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C++
Prolog

Cannot retrieve the latest commit at this time.
README
UNSTESTED!!! Please do not use until further notice. This client has been untested with the latest ownCloud. I will be updating it pretty soon and testing. Please do not use in its current state. == 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 :)