diff --git a/smsapp/CMakeLists.txt b/smsapp/CMakeLists.txt index 5f7607de5..92db011fb 100644 --- a/smsapp/CMakeLists.txt +++ b/smsapp/CMakeLists.txt @@ -5,8 +5,7 @@ find_package(KF5People) add_executable(kdeconnect-sms main.cpp conversationmodel.cpp - conversationlistmodel.cpp - ${KCSMS_SRCS}) + conversationlistmodel.cpp) target_include_directories(kdeconnect-sms PUBLIC ${CMAKE_BINARY_DIR})