SVN Libraries
-
wrote on 17 Jan 2013, 14:02 last edited by
Hello!!!
I need to work with svn libraries (my programm should work as a svn client).
¿Have somebody used those libraries with Qt?
I'm having serious problems with dependecies.Thanks in advance!!
-
wrote on 17 Jan 2013, 14:42 last edited by
[quote author="Belencina1" date="1358431336"]
¿Have somebody used those libraries with Qt?
I'm having serious problems with dependecies.
[/quote]What kind of problems do you have? Btw "similar issue with SVN libs on Mac OS was discussed at QtCenter couple year ago":http://www.qtcentre.org/threads/40010-Subversion-APIs
-
wrote on 17 Jan 2013, 15:17 last edited by
Thanks for your answer Leon.
I have installed the subversion from here: http://www.collab.net/downloads/subversion
I've tried to add one of the libraries to my project like this:@LIBS += C:/svn/libsvn_client-1.lib@
And like this:
@LIBS += -LC:/svn -llibsvn_client-1.lib@But Qt can't find the file.
-
wrote on 17 Jan 2013, 16:02 last edited by
I solved the problem adding libraries (I had to move them to debug folder).
Now the problem is that I don't have any include folder or any header file, so I can't use the library types (for example).
¿There is something I'm missing to use the library?
1/4