1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-01 22:57:33 +02:00
fwbuilder/src/unit_tests/NetworkDialogTest/NetworkDialogTest.pro
Sirius Bakke 1b6e8ce7cc test: Make unit tests compile
However, not all tests run.
2019-02-23 18:16:08 -03:00

8 lines
202 B
Prolog

include(../tests_common.pri)
QT += testlib network gui widgets printsupport
TARGET = NetworkDialogTests
SOURCES += main_NetworkDialogTest.cpp \
NetworkDialogTest.cpp
HEADERS += NetworkDialogTest.h