I have created an application(On Ubuntu) that allows you to select an image, so the displays.
On the machine where I installed the whole package works QT.
If I try to bring the application on another computer with ubuntu then the system says that :
libQtGui.so
libQtCore.so
Not Found
I created a folder to which I added the libraries and I added the path of this folder in LD_LIBRARY_PATH.
Now if i try to run application it doesn't work correctly. In fact, when i select an image and clic open it shows a windows (that i have done in my program) to tell me that the image can not be loaded.
How I can solved my problem?
Bookmarks