mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2026-03-03 10:20:17 -05:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a48f8bcdd5 | |||
| 2c49feeefe | |||
| 0665a49432 | |||
| 211decbae8 | |||
| 60b7d27ae0 | |||
| 3dacd70398 |
@ -4,7 +4,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
project(layershellqt)
|
project(layershellqt)
|
||||||
set(PROJECT_VERSION "6.6.80")
|
set(PROJECT_VERSION "6.6.2")
|
||||||
set(PROJECT_VERSION_MAJOR 6)
|
set(PROJECT_VERSION_MAJOR 6)
|
||||||
|
|
||||||
set(CMAKE_C_STANDARD 99)
|
set(CMAKE_C_STANDARD 99)
|
||||||
|
|||||||
@ -7,8 +7,11 @@ add_library(LayerShellQtInterface)
|
|||||||
|
|
||||||
qt6_extract_metatypes(LayerShellQtInterface)
|
qt6_extract_metatypes(LayerShellQtInterface)
|
||||||
|
|
||||||
|
if (Qt6_VERSION VERSION_GREATER_EQUAL "6.8.0")
|
||||||
|
set(private_code_option "PRIVATE_CODE")
|
||||||
|
endif()
|
||||||
qt6_generate_wayland_protocol_client_sources(LayerShellQtInterface
|
qt6_generate_wayland_protocol_client_sources(LayerShellQtInterface
|
||||||
PRIVATE_CODE
|
${private_code_option}
|
||||||
FILES
|
FILES
|
||||||
${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
|
${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
|
||||||
${WaylandProtocols_DATADIR}/staging/xdg-activation/xdg-activation-v1.xml
|
${WaylandProtocols_DATADIR}/staging/xdg-activation/xdg-activation-v1.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user