Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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?
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
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.