Warning, /office/skrooge/plugins/generic/skg_properties/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #***************************************************************************
0002 #* SPDX-FileCopyrightText: 2022 S. MANKOWSKI stephane@mankowski.fr
0003 #* SPDX-FileCopyrightText: 2022 G. DE BURE support@mankowski.fr
0004 #* SPDX-License-Identifier: GPL-3.0-or-later
0005 #***************************************************************************
0006 MESSAGE( STATUS "..:: CMAKE PLUGIN_PROPERTIES ::..")
0007 
0008 PROJECT(plugin_properties)
0009 
0010 LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
0011 
0012 SET(skg_properties_SRCS
0013         skgpropertiesplugin.cpp
0014         skgpropertiesplugindockwidget.cpp)
0015 
0016 ki18n_wrap_ui(skg_properties_SRCS skgpropertiesplugindockwidget_base.ui)
0017 
0018 KCOREADDONS_ADD_PLUGIN(skg_properties SOURCES ${skg_properties_SRCS} INSTALL_NAMESPACE "skg_gui" JSON "metadata.json")
0019 TARGET_LINK_LIBRARIES(skg_properties KF5::Parts KF5::ItemViews KF5::KIOCore KF5::KIOFileWidgets KF5::KIOWidgets skgbasemodeler skgbasegui)
0020 
0021 ########### install files ###############
0022 INSTALL(FILES ${PROJECT_SOURCE_DIR}/skg_properties.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/skg_properties )