Installation of libqtGui.so.4
-
Hi,
Did you install Qt 4 on your target computer ?
-
hi sir,
No i d't install qt in target computer, why because i need to check the exe file in target pc without Qt i need to run my exe file .In One pc i have qt and written the sample application that exec file need to be run in target machine without qt . Please help me sir.. -
If you want to run your executable on a another computer without Qt installed (I don't mean the complete SDK just the libraries) you have to provide the needed libraries yourself.
It's explained "here":http://qt-project.org/doc/qt-4.8/deployment-x11.html#creating-the-application-package
However, depending on your target computer, you should simply install the distribution provided Qt
-
That all depends on the distribution you are using
-
You are using linux, so you are using a distribution like e.g. Ubuntu, Debian, Gentoo etc. Which one is it ?
-
YaST is your friend then
-
Run YaST on your target and search for the Qt libraries
-
Wait, what is your target ?
-
Gdmrd sir,
My target and host is linux opensuse,i instaled qt in host machine in that i written a sample programe ,that exe must run in my target machine without insatling qt.when i run exe it is asking libQtGui.so.4 is not found.Please help to quit from this error. -
Can you explain why you can't install the libs on your target ?