Files
sunnypilot/tools/nui/nui.pro
Ayman Saleh 763493e988 NUI comma api intergration (#1186)
* Prototyping comma api call

* Adding nui command

* Fixing hard coded vals

* Adding generalized nui changes

* Added both public and private api support

* Removing debug statement

* Chaning private api tag to use env variables

* FrameReader change for string parsing
2020-03-01 22:06:33 -08:00

38 lines
1.1 KiB
Prolog

######################################################################
# Automatically generated by qmake (3.0) Tue Oct 29 11:15:25 2019
######################################################################
TEMPLATE = app
TARGET = _nui
INCLUDEPATH += .
# Input
SOURCES += main.cpp FileReader.cpp Unlogger.cpp ../clib/FrameReader.cpp
HEADERS = FileReader.hpp Unlogger.hpp ../clib/FrameReader.hpp
CONFIG += c++14
CONFIG += debug
QT += widgets network core
BASEDIR = "../../"
PHONELIBS = $$BASEDIR"phonelibs"
INCLUDEPATH = $$PHONELIBS/capnp-cpp/include $$PHONELIBS/yaml-cpp/include ../clib/
unix:!macx {
LIBS += -L$$PHONELIBS/capnp-cpp/x64/lib -L$$PHONELIBS/yaml-cpp/x64/lib -Wl,-rpath=$$PHONELIBS/capnp-cpp/x64/lib
}
macx: {
LIBS += -L$$PHONELIBS/capnp-cpp/mac/lib -L$$PHONELIBS/yaml-cpp/mac/lib
}
LIBS += -lcapnp -lkj -lyaml-cpp
INCLUDEPATH += /usr/local/include
INCLUDEPATH += $$PHONELIBS/capnp-cpp/include $$BASEDIR $$BASEDIR/cereal/messaging $$PHONELIBS/yaml-cpp/include
LIBS += -L/usr/local/lib -lavformat -lavcodec -lavutil -lswscale
LIBS += -lbz2 $$BASEDIR/cereal/libmessaging.a -lzmq