On Monday 23 March 2015 16:08:50 Jason H wrote:
> > You need to use the installed qmake (in /usr/local/Qt-5.4.1/bin), not the
> > one  in the build dir.
> 
> I was.
> 
> [ec2-user@PRODUCTION-WWW pdfReport]$ qmake
> Could not find qmake configuration file linux-g++.
> Error processing project file:
> /home/ec2-user/p4/server/pdfReport/pdfReport.pro [ec2-user@PRODUCTION-WWW
> pdfReport]$ which qmake
> /usr/local/Qt-5.4.1/bin/qmake
> 
> 
> Help?

It doesn't say which file it tried to find and couldn't find. Please run 
        qmake -query 
and see if it's pointing to the source dir or to the install target.

If it's the former, the installation is somehow botched. Please recompile 
qmake (just rerun configure) and run
        make install_qmake

PS: make sure there's no /usr/local/Qt-5.4.1/bin/qt.conf
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to