Warning, /plasma/plasma-sdk/themeexplorer/src/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001
0002
0003 set(plasmathemeexplorer_SRCS
0004 main.cpp
0005 thememodel.cpp
0006 themelistmodel.cpp
0007 coloreditor.cpp
0008 )
0009
0010 add_executable(plasmathemeexplorer ${plasmathemeexplorer_SRCS})
0011 target_compile_definitions(plasmathemeexplorer PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}")
0012
0013 #find_package(ActiveApp REQUIRED)
0014
0015 target_link_libraries(plasmathemeexplorer
0016 Qt::Gui
0017 Qt::Quick
0018 Qt::Widgets
0019 Qt::Xml
0020 KF6::Archive
0021 KF6::I18n
0022 KF6::KIOCore
0023 KF6::KIOWidgets
0024 KF6::Package
0025 Plasma::PlasmaQuick
0026 )
0027
0028 target_link_libraries(plasmathemeexplorer Qt6::Core5Compat)
0029
0030 install(TARGETS plasmathemeexplorer ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0031 install(FILES org.kde.plasma.themeexplorer.desktop DESTINATION ${KDE_INSTALL_APPDIR})