cmake: Use official CMake config for QCA
[quassel.git] / src / common / CMakeLists.txt
index caace32..1b77daf 100644 (file)
@@ -58,10 +58,6 @@ set(SOURCES
     protocol.h
 )
 
-if (QCA2-QT5_FOUND)
-    set(SOURCES ${SOURCES} keyevent.cpp)
-endif()
-
 if (HAVE_SYSLOG)
     add_definitions(-DHAVE_SYSLOG)
 endif()