aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}
}