Warning, /network/kdenetwork-filesharing/samba/aclproperties/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: BSD-3-Clause 0002 # SPDX-FileCopyrightText: 2020-2021 Harald Sitter <sitter@kde.org> 0003 0004 add_library(SambaAcl MODULE plugin.cpp qml/qml.qrc debug.cpp model.cpp aceobject.cpp) 0005 target_link_libraries(SambaAcl 0006 KF6::CoreAddons 0007 KF6::I18n 0008 KF6::KIOWidgets 0009 KF6::KIOCore 0010 Qt::Qml 0011 Qt::QuickWidgets 0012 ) 0013 0014 install(TARGETS SambaAcl DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/propertiesdialog/)