From 2a2481fb6ae063e6b7d2bbd69aa61318e0367741 Mon Sep 17 00:00:00 2001 From: Simon Redman Date: Sat, 21 Mar 2020 15:44:13 -0700 Subject: [PATCH] Fix build --- tests/CMakeLists.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a25b401ab..f42ff1855 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -28,18 +28,8 @@ set(kdeconnect_sms_libraries ecm_add_test(pluginloadtest.cpp LINK_LIBRARIES ${kdeconnect_libraries}) ecm_add_test(sendfiletest.cpp LINK_LIBRARIES ${kdeconnect_libraries}) -ecm_add_test(testsocketlinereader.cpp TEST_NAME testsocketlinereader LINK_LIBRARIES ${kdeconnect_libraries})\ +ecm_add_test(testsocketlinereader.cpp TEST_NAME testsocketlinereader LINK_LIBRARIES ${kdeconnect_libraries}) -if (NOT SAILFISHOS) - ecm_add_test(testnotificationlistener.cpp - testdevice.cpp - ../plugins/sendnotifications/sendnotificationsplugin.cpp - ../plugins/sendnotifications/notificationslistener.cpp - ../plugins/sendnotifications/notifyingapplication.cpp - TEST_NAME testnotificationlistener - LINK_LIBRARIES ${kdeconnect_libraries} Qt5::DBus KF5::Notifications KF5::IconThemes) - ecm_add_test(testsmshelper.cpp LINK_LIBRARIES ${kdeconnect_sms_libraries}) -endif() if(PRIVATE_DBUS_ENABLED) ecm_add_test(testprivatedbus.cpp LINK_LIBRARIES ${kdeconnect_libraries}) endif()