qmake
make
./hello
./hello: error while loading shared libraries: libopenbr.so.0.4: cannot open shared object file: No such file or directory
--
You received this message because you are subscribed to the Google Groups "openbr-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openbr-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
QT += widgets
INCLUDEPATH += ../../../include
LIBS += -L../../../lib -lopenbr \
-L/usr/local/lib/ -lopencv_core
SOURCES = main.cpp