Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 rock-master-20.06-gui-rock-replay (0.20190813-1~buster) unstable; urgency=low
 .
   * Package automatically built using 'apaka'
   * repository: github:/rock-cpp/rock_replay.git
   * branch: refs/heads/master
   * commit: d34c0c92b2f8db9925a7bba5904928933e7814b8
   * tag:
Author: Rock Packaging Daemon (based on apaka) <rock-dev@dfki.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2020-09-16

--- rock-master-20.06-gui-rock-replay-0.20190813.orig/src/CMakeLists.txt
+++ rock-master-20.06-gui-rock-replay-0.20190813/src/CMakeLists.txt
@@ -1,19 +1,8 @@
 find_package(Threads)
 find_package(Qt4 REQUIRED)
-find_path(QWT_INCLUDE_DIR
-    NAMES qwt_plot.h
-    HINTS ${QT_INCLUDE_DIR}
-    PATH_SUFFIXES qwt-qt4
-)
-
-find_library(QWT_LIBRARIES
-        NAMES qwt-qt4
-)
 
 QT4_ADD_RESOURCES(VIZ_RESC ressources.qrc)
 
-INCLUDE_DIRECTORIES(${QWT_INCLUDE_DIR})
-
 add_subdirectory(ext)
 include_directories(ext)
 
@@ -49,8 +38,6 @@ rock_library(rock_replay
 )
 
 target_link_libraries(rock_replay pthread)
-TARGET_LINK_LIBRARIES(rock_replay ${QWT_LIBRARIES})
-
 install(FILES ${CMAKE_BINARY_DIR}/src/ui_main.h DESTINATION include/rock_replay/)
 
 
