Feature. Add pri files for Qt integration. #30
@@ -1,10 +1,12 @@
|
|||||||
|
|
||||||
include( $$PWD/include/sdk_core_include.pri )
|
INCLUDEPATH += $$PWD/include
|
||||||
include( $$PWD/src/sdk_core_src.pri )
|
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/include/third_party/spdlog
|
INCLUDEPATH += $$PWD/include/third_party/FastCRC/
|
||||||
|
include( $$PWD/src/third_party/FastCRC/FastCRC.pri )
|
||||||
|
|
||||||
CONFIG *= link_pkgconfig
|
INCLUDEPATH += $$PWD/src/command_handler/
|
||||||
PKGCONFIG *= apr-1
|
HEADERS += $$PWD/src/command_handler/command_impl.h
|
||||||
|
|
||||||
LIBS *= -lboost_system
|
INCLUDEPATH += $$PWD/src/comm/
|
||||||
|
HEADERS += $$PWD/src/comm/sdk_protocol.h
|
||||||
|
SOURCES += $$PWD/src/comm/sdk_protocol.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user