Build with Qt6

This commit is contained in:
Volker Krause
2022-03-05 11:29:55 +01:00
parent 9f8b8c9731
commit ae883df5b1
5 changed files with 30 additions and 11 deletions

View File

@ -24,7 +24,9 @@ QWaylandLayerShellIntegration::~QWaylandLayerShellIntegration()
bool QWaylandLayerShellIntegration::initialize(QtWaylandClient::QWaylandDisplay *display)
{
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
QWaylandShellIntegration::initialize(display);
#endif
display->addRegistryListener(registryLayer, this);
return m_layerShell != nullptr;
}