Skip to content

Commit

Permalink
Move kdecoration .kcfg and .kcfgc into libbreezecommon dir
Browse files Browse the repository at this point in the history
They are not picked up properly when building on OBS for OpenSUSE
otherwise.
  • Loading branch information
paulmcauley committed Mar 14, 2024
1 parent ab84aba commit d2f670b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbreezecommon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(breezecommon_LIB_SRCS
setqdebug_logging.h
)

kconfig_add_kcfg_files(breezecommon_LIB_SRCS ../kdecoration/breezesettings.kcfgc)
kconfig_add_kcfg_files(breezecommon_LIB_SRCS breezesettings.kcfgc)

add_library(klassycommon${QT_MAJOR_VERSION} ${breezecommon_LIB_SRCS})

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d2f670b

Please sign in to comment.