You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
431 B

project(ksplashqml)
add_subdirectory(themes)
set(ksplashqml_SRCS
main.cpp
SplashApp.cpp
SplashWindow.cpp
)
add_executable(ksplashqml ${ksplashqml_SRCS})
target_link_libraries(ksplashqml
Qt5::Core
Qt5::Quick
Qt5::Widgets
Qt5::DBus
KF5::PlasmaQuick
)
install(TARGETS ksplashqml ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES org.kde.KSplash.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})