I can successfully deploy and run a program from qtcreator on a Beaglebone Black rev C. I cannot run the program from a ssh terminal with qtcreator closed. I have read about LD_LIBRARY_PATH but I'm not sure if that's the problem. What are some beginning steps?
Did you insert in your pro file che section
unix:!mac {
LIBS += -Wl,-rpath=\$$ORIGIN/libs
}
with all required libraries in libs dir?
Did you include plugins correctly?