Configuration - QtDropbox
-
Hello, I found a Dropbox API written in Qt. Just I do not know how to set this up so that I could use in the readme wrote that I gave in the console command qmake, make, install etc, but cmd in general is not such commands. Could someone help me configure this?
http://lycis.github.io/QtDropbox/
Ps. After compiling the project tests, which is located in the package, pops "can not find -lQtDropbox". I would add that I configured keys.hpp file.
-
Hi and welcome to devnet,
Did you call "make install" ?
-
I use MinGW compiler and succeeded. Now, after compiling a project tests, pop up errors like these:
"undefined reference to 'QDropboxDeltaResponse :: getNextCursor () const'
undefined reference to 'QDropboxDeltaResponse :: hasMore () const'
undefined reference QDropboxDeltaResponse :: getEntries () const '' -
Since now it looks like the library is found, did you check that your QtDropbox is of the same architecture than Qt ?
-
@SGaist I was able to build the project on Linux Mint. Only now I have to "
GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0 'failed
". Error comes with firefox, which is run by QDesktopService link. -
That's a firefox bug, you should check with them