mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
8 lines
202 B
Prolog
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
|