From dd86c15b48f33c120c510327569fb1cc3ffa3d45 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 28 Jul 2015 20:49:08 +0200 Subject: Moved listener to common So we can use it in tests as well. --- synchronizer/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'synchronizer/CMakeLists.txt') diff --git a/synchronizer/CMakeLists.txt b/synchronizer/CMakeLists.txt index fe938e9..f0c235d 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt @@ -4,7 +4,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) set(akonadi2synchronizer_SRCS main.cpp - listener.cpp ) add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) -- cgit v1.2.3