From 2f5731b76f0d2f77a98bba73918af1abaa578873 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 30 Sep 2013 14:35:22 +0200 Subject: [PATCH] Shape Demo: add option to select right libraries for BlackBerry build. ORTE code tested on BlackBerry thanks to Fanda Vacek provided help and testing on his device. Signed-off-by: Pavel Pisa --- orte/contrib/shape/ortedemo.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/orte/contrib/shape/ortedemo.pro b/orte/contrib/shape/ortedemo.pro index 91573ba..eb93438 100644 --- a/orte/contrib/shape/ortedemo.pro +++ b/orte/contrib/shape/ortedemo.pro @@ -30,6 +30,8 @@ TEMPLATE =app CONFIG += qt-mt INCLUDEPATH += . ../../../_compiled/include DEFINES += HAVE_STDINT_H QT_THREAD_SUPPORT -LIBS += -L../../../_compiled/lib -lorte -lpthread +LIBS += -L../../../_compiled/lib -lorte +!blackberry:LIBS += -lpthread +blackberry:LIBS += -lsocket win32:LIBS += -lws2_32 LANGUAGE = C++ -- 2.39.2