Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions core/hybris.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ SENSORFW_INCLUDEPATHS = .. \
DEPENDPATH += $$SENSORFW_INCLUDEPATHS
INCLUDEPATH += $$SENSORFW_INCLUDEPATHS

SOURCES += hybrisadaptor.cpp
HEADERS += hybrisadaptor.h
SOURCES += hybrisadaptor.cpp \
hybrisbackend.cpp \
hybrisbackend_binder.cpp \
hybrisbackend_binder_aidl.cpp \
hybrisbackend_binder_hidl.cpp \
hybrisbackend_hal.cpp
HEADERS += hybrisadaptor.h \
hybrisbackend.h \
hybrisbackend_binder.h \
hybrisbackend_binder_aidl.h \
hybrisbackend_binder_hidl.h \
hybrisbackend_hal.h
LIBS += -L$$[QT_INSTALL_LIBS] -L../datatypes -lsensordatatypes-qt$${QT_MAJOR_VERSION} -L. -lsensorfw-qt$${QT_MAJOR_VERSION}

CONFIG += link_pkgconfig
Expand Down
Loading