综合平台编程器项目的远程存储
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.
 
 
 
 

19 lines
442 B

  1. include(pri/test_defaults.pri)
  2. TARGET = plc_connection_dialog_tests
  3. QT += core gui widgets serialport
  4. CONFIG += testcase
  5. SOURCES += \
  6. plc_connection_dialog_tests.cpp \
  7. ../src/ui/plc_connection_dialog.cpp
  8. HEADERS += \
  9. ../src/services/plc_communication_gateway.h \
  10. ../src/services/plc_discovery_gateway.h \
  11. ../src/ui/plc_connection_dialog.h \
  12. support/test_support.h
  13. FORMS += \
  14. ../src/ui/plc_connection_dialog.ui