qmake ??

Rex Dieter rdieter at math.unl.edu
Tue Feb 17 12:21:33 UTC 2015


Mickey wrote:

> I don't know if this Makefile will help . but here it is.
> 
> 
#############################################################################
> # Makefile for building: hello
> # Generated by qmake (3.0) (Qt 5.4.0)


Looks like you want Qt5, so start with:

yum install qt5-qtbase-devel

then run,
$ qmake-qt5

(the binaries were renamed to make qt3/qt4/qt5 all parallal-installable 
without conflicts)

You can optionally install/use the qtchooser tool, and do something like:
$ qtchooser -qt=qt5 -run-tool=qmake

(be warned, the -qt=qt5 part will change to -qt=5 soon to match other distro 
standard conventions)


-- rex



More information about the users mailing list