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:
Srivats P 2019-09-06 21:18:05 +05:30
parent 518c7b804b
commit 8ea2e91b47

View File

@ -1,6 +1,6 @@
TEMPLATE = app
CONFIG += qt console
QT += xml network script
QT += xml network script widgets
INCLUDEPATH += "../rpc/" "../common/" "../client"
win32 {
LIBS += -lwpcap -lpacket