# Usage file for the Comms library. Include/link this library in another using: # include(/path/to/lib/Comms/Comms.pri) # # Defaults to in-tree. # For an installed copy, COMMS_ROOT is the install PREFIX. # qmake COMMS_ROOT= ... isEmpty(COMMS_ROOT): COMMS_ROOT = $$PWD QT *= core network serialbus INCLUDEPATH += $$COMMS_ROOT/include LIBS += -L$$COMMS_ROOT/lib -lComms