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.
 
 
 
 
 
 

24 lines
467 B

project("statusnotifiertest")
set(statusnotifiertest_SRCS
main.cpp
statusnotifiertest.cpp
pumpjob.cpp
)
qt5_wrap_ui(statusnotifiertest_SRCS statusnotifiertest.ui)
add_executable(statusnotifiertest ${statusnotifiertest_SRCS})
target_link_libraries(statusnotifiertest
Qt5::Widgets
Qt5::Core
KF5::CoreAddons
KF5::KIOCore
KF5::Service
KF5::Notifications
KF5::I18n
)
include(ECMMarkAsTest)
ecm_mark_as_test(statusnotifiertest)