Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

qmake: could not find a Qt installation of '' - Setting up qmake?

Tags:

qt

qmake

qmake: could not find a Qt installation of ''

This thread was not of any help to me. qmake: could not find a Qt installation of ''.

How can I get qmake to recognize where the Qt folder is?

Right now it is installed in /opt/Qt5.1.0.

like image 951
ShrimpCrackers Avatar asked Jul 29 '13 07:07

ShrimpCrackers


1 Answers

Have you installed the qt5-default ? You need to do this in addition to running the Qt supplier .run file.

sudo apt-get install qt5-default
like image 151
WaffleSouffle Avatar answered Sep 27 '22 18:09

WaffleSouffle