Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Add Qt widgets lib for PCAP import tests build
Browse files Browse the repository at this point in the history
QtWidgets is required since we have ported the code to Qt5
  • Loading branch information
pstavirs committed Sep 6, 2019
1 parent 518c7b8 commit 8ea2e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.pro
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ea2e91

Please sign in to comment.