]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Shape Demo: add option to select right libraries for BlackBerry build.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 30 Sep 2013 12:35:22 +0000 (14:35 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 30 Sep 2013 12:35:22 +0000 (14:35 +0200)
ORTE code tested on BlackBerry thanks to Fanda Vacek
provided help and testing on his device.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
orte/contrib/shape/ortedemo.pro

index 91573ba17d47a3b230c2f15c1c0077fb7052944d..eb93438bee5c0108086c5e3d86127193b44182e7 100644 (file)
@@ -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++