[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
include libssh into a Qt project
[Thread Prev] | [Thread Next]
- Subject: include libssh into a Qt project
- From: Giovanni Venturi <giovanni.venturi@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 8 Dec 2010 09:52:52 +0100
- To: libssh@xxxxxxxxxx
Hello, I was using libssh into a Nokia Qt Project. Under Linux I have no problem. I compile, it links and it works. Under Linux I donwloaded the file as suggested on the website but I don't know how to use them. My project.pro file is the following: unix { LIBS += -lssh } win32 { LIBS += -Llib/libssh_static.a -lssh INCLUDEPATH += include } I copied the include files into the include directory and I copied the libssh_static.a into lib directory (I copied also the other libs) but it doesn't work. It tells me he cannot find -lssh . I used QtCreator to compile under Linux and the same under Windows. Can someone help me to correct the project.pro file for the win32 session? Thank you, Giovanni
Re: include libssh into a Qt project | Andreas Schneider <asn@xxxxxxxxxxxx> |
Re: include libssh into a Qt project | Oleksandr Shneyder <oleksandr.shneyder@xxxxxxxxxxxxxxxxx> |
Re: include libssh into a Qt project | "Bernhard R. Link" <brlink@xxxxxxxxxx> |