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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org