Quote Originally Posted by ChrisW67 View Post
No, the module name is not needed in the include (especially not the Qt5 one saman_artorious suggests).
Add QtGui and maybe QtCore to the COMPONENTS in your CMakeLists.txt
Hi thank you very much -- I definitely preferred to not touch the sources and your suggestion worked (yes I needed to include QtCore too -- apparently there was #include <QSet> in there). BTW presumably the authors' CMake script worked at the time of their upload -- any idea it does not work now?