# Usage file for the MsgUtils library. A consuming project links MsgUtils with: # include(/path/to/lib/MsgUtils/MsgUtils.pri) # # Defaults to in-tree. # For an installed copy, MSGUTILS_ROOT is the install PREFIX. # qmake MSGUTILS_ROOT= ... isEmpty(MSGUTILS_ROOT): MSGUTILS_ROOT = $$PWD include($$PWD/../Comms/Comms.pri) QT *= core network serialbus INCLUDEPATH += $$MSGUTILS_ROOT/include LIBS += -L$$MSGUTILS_ROOT/lib -lMsgUtils -lprotobuf