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

0001 set(lookandfeelexplorer_SRCS
0002     main.cpp
0003     lnflogic.cpp
0004     lnflistmodel.cpp
0005 )
0006 
0007 add_executable(lookandfeelexplorer ${lookandfeelexplorer_SRCS})
0008 target_compile_definitions(lookandfeelexplorer PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}")
0009 
0010 #find_package(ActiveApp REQUIRED)
0011 
0012 target_link_libraries(lookandfeelexplorer
0013     Qt::Gui
0014     Qt::Quick
0015     Qt::Widgets
0016     Qt::DBus
0017     KF6::Archive
0018     KF6::I18n
0019     KF6::Package
0020     KF6::KIOCore
0021     KF6::KIOWidgets
0022     Plasma::Plasma
0023     Plasma::PlasmaQuick
0024 )
0025 
0026 install(TARGETS lookandfeelexplorer ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})