Can we install qt 4.8.1 in ubuntu 18.04?
-
@mrjj Thank you .. Yes I have try..but i dont get any solution for this.. any another solution for display widget on gui after run?.I cant understand why this issue is generated..
@vaibs
Hi
Try to run some of the samples that come with Qt or
a new blank GUI project to see if that shows.
I have not seen anything like this before. -
@vaibs would you be so kind and tell us, HOW you solved the problem?
And please mark this topic as SOLVED too.
Thanks!
-
Hello,
AS I read you want to install qt 4.8.1 First you have to download qt4.8.1 and place it on desktop.
Then you have to open the terminal in your Ubuntu and enter your path of the desktop.
Then you have to install some required dependencies
sudo apt-get install build-essential check install
After that, You have to extract that qt4.8.1 file using commands
ar -xvzf qt-everywhere-opensource-src-4.8.1.tar.gz
Then go to the extracted folder using
cd qt-everywhere-opensource-src-4.8.1
And then run Via follow these- ./configure
make
sudo check install
Then you can install it via apt
sudo dpkg -i path/to/output.deb
Change path/to/output.deb to the path of the created .deb file.
Hope this will help you.
Thanks - ./configure
-
wrote on 19 Apr 2019, 06:59 last edited by
@Afflospark Thank you for reply.
I follwed this step but while run "make" i got a many errors.I have upload that screenshot above.So i used qt 4.8.7 for compile and run application. -
@Afflospark Thank you for reply.
I follwed this step but while run "make" i got a many errors.I have upload that screenshot above.So i used qt 4.8.7 for compile and run application.@vaibs
Hi
so what was wrong first ?
Since there was nothing on the sceen ?
and what did you do to make it work ? -
@vaibs said in Can we install qt 4.8.1 in ubuntu 18.04?:
QT_X11_NO_MITSHM
Thank you for reporting back :)
-
@vaibs said in Can we install qt 4.8.1 in ubuntu 18.04?:
QT_X11_NO_MITSHM
Thank you for reporting back :)
35/35