From e62be3b12d3c94d709a77d89f52c31f7c4ac475d Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 4 Dec 2021 22:22:47 -0800 Subject: Initial commit. --- desktop/rpmcount.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 desktop/rpmcount.pro (limited to 'desktop/rpmcount.pro') diff --git a/desktop/rpmcount.pro b/desktop/rpmcount.pro new file mode 100755 index 0000000..794ae42 --- /dev/null +++ b/desktop/rpmcount.pro @@ -0,0 +1,15 @@ +TEMPLATE = app +CONFIG += console +CONFIG -= app_bundle +CONFIG -= qt + +LIBS += -lserial + +SOURCES += \ + main.cc \ + term.cc + +HEADERS += \ + types.h \ + serial_utils.h \ + term.h -- cgit v1.2.3