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.
 
 
 
 
 
 

8 lines
265 B

include(ECMMarkAsTest)
set(notifications_test_SRCS
notifications_test.cpp
)
add_executable(notification_test ${notifications_test_SRCS})
target_link_libraries(notification_test Qt::Test Qt::Core PW::LibNotificationManager)
ecm_mark_as_test(notification_test)