Hi all!
I am including a 3rd party software called Halcon that handles and treats camera pictures. As I have seen in the example I should include the following lines in the .pro file:
LIBS += -L\"$/opt/halcon/lib/x64-linux2.4-gcc40\"
unix:LIBS += -lhalconcpp -lhalcon -ldl -lpthread
The problem is that as soon as I add the -lhalconcpp and/or the -lhalcon I can use the QFileDialog to search for files...it basically crashes everything.
any idea why?
thanks!
Bookmarks