mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-18 03:30:48 +00:00
Using official source which has been placed in 3rdparty folder Oximetry button temporarily autostarts import.. Still a Work in progress.
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
QT *= network xml
|
|
|
|
HEADERS += $$PWD/src/protocol.h $$PWD/src/xmlrpcserver.h
|
|
SOURCES += $$PWD/src/protocol.cpp $$PWD/src/xmlrpcserver.cpp
|