Project ERROR: Unknown module(s) in QT: winextras

2.4k views Asked by At

I am going to compile "MUSICPLAYER" : http://doc.qt.io/qt-5/qtwinextras-musicplayer-example.html EXAMPLE of QT, on QT 5.5 , and now I have this error: Unknown module(s) in QT: winextras

1

There are 1 answers

3
hyde On

Linux versions of Qt don't have winextras module, because that module is for Windows specific features, which aren't really cross platform.

Quote from the page you link to:

The Music Player example demonstrates how to use the various features provided by the QtWinExtras module.

Similar module for X11 platforms like desktop Linux is x11extras module. Note "similar", as it has different stuff in it of course, because anything cross-platform is generally in the other modules.