aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-06-07 13:05:08 +0200
committerMauro Sardara <msardara+fdio@cisco.com>2017-06-07 11:25:59 +0000
commite3bff273518853e34c86719ce86fa72f1b5ba3b1 (patch)
tree9eb013f2742ee416e6971673de2e903acf79e3e1
parente3ef86c4cf5b8606f4be880454bde89b3f2450cd (diff)
correct icn lib include
Change-Id: I19215642f1ca0f3f1a42964e1d9031c2cea60fd6 Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
-rw-r--r--viper.pro4
1 files 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"
}
}