Warning, /plasma/plasma-vault/plasma/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 set (
0003    plasmavault_SRCS
0004 
0005    vaultapplet.cpp
0006    vaultapplet.h
0007    vaultsmodel.cpp
0008    vaultsmodel.h
0009    vaultsmodel_p.h
0010 
0011    ../common/vaultinfo.cpp
0012    ../common/vaultinfo.h
0013    )
0014 
0015 set_source_files_properties (
0016    ../common/org.kde.plasmavault.xml
0017    PROPERTIES
0018    INCLUDE ../common/vaultinfo.h
0019    )
0020 
0021 qt_add_dbus_interface (
0022    plasmavault_SRCS
0023    ../common/org.kde.plasmavault.xml
0024    plasmavault_interface
0025    )
0026 
0027 add_library (
0028     org.kde.plasma.vault
0029     MODULE ${plasmavault_SRCS}
0030     )
0031 
0032 target_link_libraries (
0033    org.kde.plasma.vault
0034 
0035    Qt::Gui
0036    Qt::DBus
0037 
0038    Plasma::Activities
0039    KF6::I18n
0040    Plasma::Plasma
0041    )
0042 
0043 install (
0044    TARGETS org.kde.plasma.vault
0045    DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets
0046    )
0047 
0048 plasma_install_package (package org.kde.plasma.vault)
0049