https://bugs.kde.org/show_bug.cgi?id=403156
--- Comment #3 from Jack <ostrof...@users.sourceforge.net> --- I vaguely recall having the same or similar problem during the switch from qt4 to qt5. My not so accurate memory tells me there is some "generic" command being used which uses either config files or environment variables to choose whether to use the actual qt4 or qt5 version of the tool. It's not "cmake" itself, but something it calls - or maybe just which version of some .cmake file it uses. I remember it being an unavoidable problem when having both qt4 and qt5 installed. Try setting "QT_SELECT=qt5 cmake ...." and see if that forces the right versions. Check the docs for qtchooser to see if it gives any useful hints. -- You are receiving this mail because: You are the assignee for the bug.