Drop obsolete code for Qt versions lower than 6.9

This commit is contained in:
David Redondo
2025-10-16 14:02:29 +02:00
parent e4b5bdbf1b
commit 2b8544f5a0
5 changed files with 1 additions and 119 deletions

View File

@ -4,7 +4,7 @@
ecm_add_qml_module(LayerShellQtQml
URI "org.kde.layershell"
VERSION 1.0
SOURCES types.h types.cpp
SOURCES types.h
GENERATE_PLUGIN_SOURCE)
target_link_libraries(LayerShellQtQml PRIVATE Qt::Qml LayerShellQtInterface)