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     KF5::Archive
0018     KF5::Declarative
0019     KF5::I18n
0020     KF5::Package
0021     KF5::Plasma
0022     KF5::KIOCore
0023     KF5::KIOWidgets
0024     KF5::QuickAddons
0025 )
0026 
0027 install(TARGETS lookandfeelexplorer ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})