mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-24 14:40:45 +00:00
8 lines
151 B
Prolog
8 lines
151 B
Prolog
|
TEMPLATE = app
|
||
|
DEPENDPATH += .
|
||
|
CONFIG += console
|
||
|
include(../../src/qextserialport.pri)
|
||
|
|
||
|
SOURCES += main.cpp PortListener.cpp
|
||
|
HEADERS += PortListener.h
|