You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|