KDE: fix kwin theme cmake build script
This commit is contained in:
parent
d31877c3ac
commit
59e43e84d2
@ -11,3 +11,4 @@ include(KDECMakeSettings)
|
|||||||
find_package(KDecoration2 REQUIRED)
|
find_package(KDecoration2 REQUIRED)
|
||||||
|
|
||||||
add_subdirectory(kdecoration)
|
add_subdirectory(kdecoration)
|
||||||
|
add_subdirectory(libbreezecommon)
|
||||||
|
|||||||
19
src/themes/Kali/kwin5/libbreezecommon/CMakeLists.txt
Normal file
19
src/themes/Kali/kwin5/libbreezecommon/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
################# dependencies #################
|
||||||
|
### Qt/KDE
|
||||||
|
find_package(Qt5 REQUIRED CONFIG COMPONENTS Widgets)
|
||||||
|
|
||||||
|
################# breezestyle target #################
|
||||||
|
set(breezecommon_LIB_SRCS
|
||||||
|
breezeboxshadowrenderer.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
add_library(kali-breezecommon5 ${breezecommon_LIB_SRCS})
|
||||||
|
|
||||||
|
generate_export_header(kali-breezecommon5
|
||||||
|
BASE_NAME breezecommon
|
||||||
|
EXPORT_FILE_NAME breezecommon_export.h)
|
||||||
|
|
||||||
|
target_link_libraries(kali-breezecommon5
|
||||||
|
PUBLIC
|
||||||
|
Qt5::Core
|
||||||
|
Qt5::Gui)
|
||||||
Loading…
x
Reference in New Issue
Block a user