Project ERROR: Unknown module(s) in QT: waylandcompositor in qt 5.9
-
Hi,
What exact version of Qt are you using ?
How did you instal it ?
On what platform ? -
Are you getting that error on the command line ?
-
I found out QTBUG-60601 which is relevant to your case. Short version: build the module from source.
Download the source from the installer and then the classic
/path/to/Qt/5.9.X/gcc_64/bin/qmake && make && make install
-
I found out QTBUG-60601 which is relevant to your case. Short version: build the module from source.
Download the source from the installer and then the classic
/path/to/Qt/5.9.X/gcc_64/bin/qmake && make && make install