File: receiver.pro

package info (click to toggle)
qt6-serialport 6.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,008 kB
  • sloc: cpp: 6,925; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets serialport
requires(qtConfig(combobox))

TARGET = receiver
TEMPLATE = app

HEADERS += \
    dialog.h

SOURCES += \
    main.cpp \
    dialog.cpp