From e3bff273518853e34c86719ce86fa72f1b5ba3b1 Mon Sep 17 00:00:00 2001 From: "Angelo Mantellini (manangel)" Date: Wed, 7 Jun 2017 13:05:08 +0200 Subject: correct icn lib include Change-Id: I19215642f1ca0f3f1a42964e1d9031c2cea60fd6 Signed-off-by: Angelo Mantellini (manangel) --- viper.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viper.pro b/viper.pro index 2bac7446..9b12da0f 100644 --- a/viper.pro +++ b/viper.pro @@ -310,10 +310,10 @@ android { INCLUDEPATH += $$(CCNX_HOME)/include INCLUDEPATH += $$(CCNX_HOME)/include/libdash equals(TRANSPORT_LIBRARY, "HICNET") { - LIBS += -L"$$(CCNX_HOME)/lib" -lhicnet -ljsoncpp -ldash -lcurl-library -lcurl -lxml2 -lccnx_hicn_api_portal -lccnx_hicn_transport_rta -lccnx_hicn_api_control -lccnx_hicn_api_notify -lccnx_common -lparc -llongbow -llongbow-ansiterm -llongbow-textplain -lhicn -levent -lssl -lcrypto -ldash -lavcodec -lavutil -lavformat -lboost_system + LIBS += -L"$$(CCNX_HOME)/lib" -lhicnet -ljsoncpp -ldash -lcurl-library -lcurl -lxml2 -lccnx_hicn_api_portal -lccnx_hicn_transport_rta -lccnx_hicn_api_control -lccnx_hicn_api_notify -lccnx_common -lparc -llongbow -llongbow-ansiterm -llongbow-textplain -lhicn -levent -lssl -lcrypto -lavcodec -lavutil -lavformat -lboost_system DEFINES += "HICNET=ON" } else { - LIBS += -lconsumer-producer -ldash -lavcodec -lavutil -lavformat -lboost_system + LIBS += -L"$$(CCNX_HOME)/lib" -licnet -ldash -lcurl-library -lcurl -lxml2 -lccnx_api_portal -lccnx_transport_rta -lccnx_api_control -lccnx_api_notify -lccnx_common -lparc -llongbow -llongbow-ansiterm -llongbow-textplain -levent -lssl -lcrypto -lavcodec -lavutil -lavformat -lboost_system DEFINES += "ICNET=ON" } } -- cgit 1.2.3-korg