This commit is contained in:
2023-03-28 09:37:22 +02:00
parent d59e5272de
commit 7d4dba5e84
5 changed files with 976 additions and 41 deletions
+21
View File
@@ -0,0 +1,21 @@
QT -= gui
QT += serialport
CONFIG += c++17 console
CONFIG -= app_bundle
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
ckeystonecomm.cpp \
main.cpp
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
HEADERS += \
ckeystonecomm.h