Adding LibPcac to Qt
-
wrote on 11 Jul 2012, 02:35 last edited by
I would like to add the Pcap library to my -QT- Qt project but i do not know how to go about it.
Would any one advice / help on how to do that (i will be using a windows platform)
I cannot find any documentation about this.Thanks
-
wrote on 12 Jul 2012, 18:54 last edited by
-
wrote on 23 Jul 2012, 22:18 last edited by
Thanks mate @belimawr. The document was helpful
I tried this and it worksINCLUDEPATH += C:/Users/ST/Desktop/testingQT/WpdPack/Include
win32:LIBS += C:/Users/ST/Desktop/testingQT/WpdPack/Lib/wpcap.lib
win32:LIBS += C:/Users/ST/Desktop/testingQT/WpdPack/Lib/Packet.lib
CONFIG += no_lflags_merge
-And i used winPcap
-
wrote on 26 Jul 2012, 01:37 last edited by
I am happy for help you. :)