mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-02 07:07:32 +02:00
8 lines
193 B
Prolog
8 lines
193 B
Prolog
include(../tests_common.pri)
|
|
|
|
QT += testlib network gui widgets printsupport
|
|
TARGET = RuleSetViewTest
|
|
SOURCES += main_RuleSetViewTest.cpp \
|
|
RuleSetViewTest.cpp
|
|
HEADERS += RuleSetViewTest.h
|