[solved]Adding LibPcap to Qt on ubuntu
-
wrote on 9 Jul 2013, 07:24 last edited by
Hi, i install libpcap on ubuntu and use it,s function in c. my question is that how can i add it to qt qreator?
-
wrote on 9 Jul 2013, 08:40 last edited by
There are 2 ways ( resulting in the same ) :
Qt-Creator: right-click on your Project, select External library and follow the wizard
or add manualy the inludepath, the librarypath and the library to your qmake project file
-
wrote on 10 Jul 2013, 06:49 last edited by
hpollak thanks for your reply.
@
i download libpcap and compile it
add lipcab.a as a external library as you said .
@
the problem has solved.
1/3