# sync-qt **Repository Path**: mjyo233/sync-qt ## Basic Information - **Project Name**: sync-qt - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 :)