aboutsummaryrefslogtreecommitdiff
path: root/desktop/rpmcount.pro
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/rpmcount.pro')
-rwxr-xr-xdesktop/rpmcount.pro15
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 @@
1TEMPLATE = app
2CONFIG += console
3CONFIG -= app_bundle
4CONFIG -= qt
5
6LIBS += -lserial
7
8SOURCES += \
9 main.cc \
10 term.cc
11
12HEADERS += \
13 types.h \
14 serial_utils.h \
15 term.h