include(pri/test_defaults.pri) TARGET = plc_connection_dialog_tests QT += core gui widgets serialport CONFIG += testcase SOURCES += \ plc_connection_dialog_tests.cpp \ ../src/ui/plc_connection_dialog.cpp HEADERS += \ ../src/services/plc_communication_gateway.h \ ../src/services/plc_discovery_gateway.h \ ../src/ui/plc_connection_dialog.h \ support/test_support.h FORMS += \ ../src/ui/plc_connection_dialog.ui