Add Qt widgets lib for PCAP import tests build
QtWidgets is required since we have ported the code to Qt5
This commit is contained in:
parent
518c7b804b
commit
8ea2e91b47
@ -1,6 +1,6 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += qt console
|
CONFIG += qt console
|
||||||
QT += xml network script
|
QT += xml network script widgets
|
||||||
INCLUDEPATH += "../rpc/" "../common/" "../client"
|
INCLUDEPATH += "../rpc/" "../common/" "../client"
|
||||||
win32 {
|
win32 {
|
||||||
LIBS += -lwpcap -lpacket
|
LIBS += -lwpcap -lpacket
|
||||||
|
Loading…
Reference in New Issue
Block a user