Fixes
This commit is contained in:
parent
ea3e4b3139
commit
41704f8d15
6 changed files with 16 additions and 11 deletions
|
@ -45,6 +45,12 @@ include(ECMQtDeclareLoggingCategory)
|
|||
add_subdirectory(src)
|
||||
add_subdirectory(tests)
|
||||
|
||||
set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_LIBDIR}/cmake/LayerShellQt)
|
||||
install(EXPORT LayerShellQtTargets
|
||||
NAMESPACE LayerShellQt::
|
||||
DESTINATION ${CMAKECONFIG_INSTALL_DIR}
|
||||
FILE LayerShellQtTargets.cmake )
|
||||
|
||||
ecm_qt_declare_logging_category(ksld_SRCS
|
||||
HEADER
|
||||
layershellqt_logging.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue