mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-18 19:50:46 +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
|