nextcloud-desktop/owncloud_sync_qt
2012-02-15 08:55:15 +01:00
..
images Implemented a soft pause. Meaning, it will pause as soon as it finishes 2012-02-15 08:55:14 +01:00
qwebdav Implemented locking and unlocking of a file automatically when a put statement is requested. 2012-02-15 08:55:15 +01:00
COPYING-GPL Moved everything under the owncloud_sync_qt directory in preparation for 2012-02-15 08:55:14 +01:00
COPYING-README Moved everything under the owncloud_sync_qt directory in preparation for 2012-02-15 08:55:14 +01:00
main.cpp Changed he database, and updated all references to the database where 2012-02-15 08:55:14 +01:00
owncloud_sync.png Moved everything under the owncloud_sync_qt directory in preparation for 2012-02-15 08:55:14 +01:00
owncloud_sync.pro Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
owncloud_sync.qrc Changed he database, and updated all references to the database where 2012-02-15 08:55:14 +01:00
owncloud_sync_qt.desktop Renamed the desktop file to match that of the executable 2012-02-15 08:55:15 +01:00
OwnCloudSync.cpp Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
OwnCloudSync.h Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
OwnPasswordManager.cpp Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
OwnPasswordManager.h Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
README Updated instructions for building. Make sure that if you have build the 2012-02-15 08:55:15 +01:00
sqlite3_util.cpp Moved everything under the owncloud_sync_qt directory in preparation for 2012-02-15 08:55:14 +01:00
sqlite3_util.h Moved everything under the owncloud_sync_qt directory in preparation for 2012-02-15 08:55:14 +01:00
SyncGlobal.h Reorganized the password manager in order to implement other support for 2012-02-15 08:55:15 +01:00
SyncWindow.cpp Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
SyncWindow.h Some restructuring that allows proper compilation on Windows systems. 2012-02-15 08:55:15 +01:00
SyncWindow.ui Consolidated all menu configuration into one screen. All are now in the 2012-02-15 08:55:15 +01:00
tasklist.txt Added the tasklist file Juan send me to the repo. 2012-02-15 08:55:15 +01:00

== 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 :)