This is probably another ignorant rookie question. I did try searching the forum before posting, but every time I hit back out of a topic my search results were gone I was back to a blank search bar.
I have a project [sourceforge.net] that I’ve been working on in Qt Creator 2.7.1 using Qt 4.8 on Ubuntu 12.04. It is a subdirs project which I chose because I thought it would make it easier to create apps for multiple platforms from the same library of code. I did run into a little problem with the build order a few days ago and I wonder if that is still my problem now.
The minimal GUI app that I have within the project compiles and runs perfectly well inside Qt Creator. When I shut my IDE down and attempt to execute the binary, I am getting this: “./vimatGUIApp: error while loading shared libraries: libvimatLibrary.so.1: cannot open shared object file: No such file or directory.” Although I am not sure why it is building multiple versions of the same library (probably a dumb mistake on my part), when I navigate through the project’s file structure I find that this file does indeed exist. I’ve seen many people posting issues with 3rd party libraries or libraries external to their own project. This is a problem with my own library. Any ideas?
↧