I want to build a Qt5 example on my desktop machine. I installed qt5-default and qtdeclarative5-dev, but I'm still getting this error:
Project ERROR: Unknown module(s) in QT: quick qml
Which package should be installed for compiling? In the Qt4 times it was simply libqt4-dev
/usr/bin/ld: cannot find -lQt5::Help. That kind of failure mode seems to be typical for cmake. – Peter Cordes Jul 11 '16 at 20:58apt-get install qt5*-dev– Hyndrix Jul 11 '17 at 09:10apt remove wine*deleted all packages containing the substringwinin it. Be extremely careful with this. – Harsh Poddar Sep 19 '17 at 12:45