I have downloaded this project https://github.com/owncloud/sync-qt next i did some modification to it. I have added this files https://github.com/frankosterfeld/qtkeychain and http://www.opensource.apple.com/sour...urce/sqlite3.h because of a missing libraries

Now the problem is that i have got those issues:

error: cannot find -lqtkeychain
error: cannot find -lsqlite3
error: cannot find -lkparts
error: cannot find -lkdeui
error: cannot find -lkdecore
error: collect2: error: ld returned 1 exit status

My OS is Fedora 18 64bit I am using Qt Creator 2.5.0 Based on Qt 4.8.2 (64 bit)

I think probably this error is that i have some missing linkers !! but i don't know how to fix that ??