Warning, /plasma-bigscreen/mycroft-skill-installer/app/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 qt5_add_resources(mycroft_skill_installer_SRCS qml.qrc)
0002 add_executable(MycroftSkillInstaller ${mycroft_skill_installer_SRCS}
0003 main.cpp
0004 filereader.cpp
0005 sysinfo.cpp
0006 installerlistmodel.cpp
0007 processcommander.cpp
0008 globalconfiguration.cpp
0009 )
0010
0011 target_link_libraries(MycroftSkillInstaller
0012 Qt5::Quick
0013 Qt5::Widgets
0014 Qt5::Core
0015 Qt5::Qml
0016 Qt5::QuickControls2
0017 KF5::Kirigami2
0018 KF5::GuiAddons
0019 KF5::ConfigWidgets
0020 )
0021
0022 install(TARGETS MycroftSkillInstaller ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0023
0024 set(DesktopNoDisplay "false")
0025 set(DesktopMimeType "application/vnd.debian.binary-package;application/x-rpm;")
0026 set(DesktopExec "MycroftSkillInstaller %F")
0027 configure_file(org.mycroft.skill.installer.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/org.mycroft.skill.installer.desktop)
0028 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/org.mycroft.skill.installer.desktop DESTINATION ${KDE_INSTALL_APPDIR})