Adding LibPcac to Qt
-
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
-
-
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