diff options
author | 3gg <3gg@shellblade.net> | 2021-12-04 22:22:47 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2021-12-04 22:22:47 -0800 |
commit | e62be3b12d3c94d709a77d89f52c31f7c4ac475d (patch) | |
tree | bb351f85960443086730f0354f829958b2d03190 /desktop/rpmcount.pro | |
parent | 48481ba9032689e1bceba05c98bc69972e1a2d3b (diff) |
Initial commit.
Diffstat (limited to 'desktop/rpmcount.pro')
-rwxr-xr-x | desktop/rpmcount.pro | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
1 | TEMPLATE = app | ||
2 | CONFIG += console | ||
3 | CONFIG -= app_bundle | ||
4 | CONFIG -= qt | ||
5 | |||
6 | LIBS += -lserial | ||
7 | |||
8 | SOURCES += \ | ||
9 | main.cc \ | ||
10 | term.cc | ||
11 | |||
12 | HEADERS += \ | ||
13 | types.h \ | ||
14 | serial_utils.h \ | ||
15 | term.h | ||