Bugzilla – Bug 2239
Missing qt4
Last modified: 2015-12-04 08:53:45 UTC
Hi, i just tried to install nc3, therefore I was told to install qt4-dev-tools. Unfortunately this was NOT enough for bake, it still showed that qt4 is missing: ------------------------------------------------------------------------------ > qt4 - Missing >> Didn't find: QT 4, download and install it from http://qt.nokia.com/downloads/ >> Try: "sudo apt-get -y install qt4-dev-tools", if you have sudo rights. ------------------------------------------------------------------------------ After some research I figured out, that I need to install libqt4-dev in addition to get rid of the bake missing warning. I would suggest to add that to the installation manual on your wiki. What I ran: sudo apt-get install libqt4-dev Cheers, ElBerro
I can make the changes to bake and the wiki. Can you let us know what platform you encountered this problem on, so we can try to reproduce on one of our build slaves? Dependencies may have changed that we were unaware of.
Thanks Tom. I installed it on the latest Linux Mint: Linux Mint 17.2 Rafaela x86_64 cheers
bake changeset 359 1a4e0c10ace6 If missing, bake now will report: Try: "sudo apt-get -y install qt4-dev-tools libqt4-dev", if you have sudo rights. also added this package on the wiki Installation page for Debian/Ubuntu