Warning, /network/falkon/src/plugins/KDEFrameworksIntegration/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(KDEFrameworksIntegration_SRCS
0002     kdeframeworksintegrationplugin.cpp
0003     kwalletpasswordbackend.cpp
0004     kioschemehandler.cpp
0005     downloadkjob.cpp
0006     kdeframeworksintegrationplugin.h
0007     kwalletpasswordbackend.h
0008     kioschemehandler.h
0009     downloadkjob.h
0010 )
0011 
0012 ecm_create_qm_loader(KDEFrameworksIntegration_SRCS falkon_kdeframeworksintegration_qt)
0013 
0014 set(KDEFrameworksIntegration_RSCS
0015     kdeframeworksintegration.qrc
0016 )
0017 qt_add_resources(RSCS ${KDEFrameworksIntegration_RSCS})
0018 
0019 add_library(KDEFrameworksIntegration MODULE ${KDEFrameworksIntegration_SRCS} ${RSCS})
0020 install(TARGETS KDEFrameworksIntegration DESTINATION ${FALKON_INSTALL_PLUGINDIR})
0021 target_link_libraries(KDEFrameworksIntegration
0022     FalkonPrivate
0023     KF6::Wallet
0024     KF6::KIOCore
0025     KF6::KIOWidgets
0026     KF6::Crash
0027     KF6::CoreAddons
0028     KF6::PurposeWidgets
0029     KF6::JobWidgets
0030 )