[Owncloud] Qt Sync Client (owncloud_sync_qt)
Pavel Baranchikov
pavel at argo-tours.ru
Thu Dec 15 07:18:53 UTC 2011
Hello,
For me works fine, but a error occurs on compiling:
----8<---------------------------
OwnCloudSync.h:36:30: fatal error: kde4/kwallet.h: No such file or directory
----8<---------------------------
My patch is attached.
> Hi all:
>
> I have pushed some new commits to the owncloud_sync_qt desktop client.
> I would appreciate if someone could test it and give me some more
> feedback. Please test these with non-critical files first. I have not
> tested this for weeks, like I did with the other versions. I am
> presently testing it with my own files, but I'd hate for it to delete
> someone else's critical files :)
>
> The program can be found in under the owncloud-clients repository at:
> https://gitorious.org/owncloud/owncloud-clients
>
> Thanks!!!
>
> Best,
> Juan Carlos
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
Best regards,
Pavel Baranchikov,
Wednesday 14 December 2011
-------------- next part --------------
diff --git a/owncloud_sync_qt/OwnCloudSync.h b/owncloud_sync_qt/OwnCloudSync.h
index d3cc477..ed5f292 100644
--- a/owncloud_sync_qt/OwnCloudSync.h
+++ b/owncloud_sync_qt/OwnCloudSync.h
@@ -33,7 +33,7 @@ class QFileSystemWatcher;
class QNetworkReply;
#ifdef Q_OS_LINUX
- #include <kde4/kwallet.h>
+ #include <kwallet.h>
#endif
class OwnCloudSync : public QObject
More information about the Owncloud
mailing list