From bc6fc51f6af84b12558cee80766fdf43053c0783 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Mon, 12 Feb 2018 19:15:12 +0100 Subject: [PATCH] linking cmake --- slsDetectorGui/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/slsDetectorGui/CMakeLists.txt b/slsDetectorGui/CMakeLists.txt index 415553183..55c68ca60 100644 --- a/slsDetectorGui/CMakeLists.txt +++ b/slsDetectorGui/CMakeLists.txt @@ -119,6 +119,11 @@ target_link_libraries(slsDetectorGui pthread zmq rt + png + z + Qt4::QtOpenGL + Qt4::QtSvg + ) add_executable(gui_client @@ -130,4 +135,4 @@ set_target_properties(gui_client PROPERTIES ) install(TARGETS slsDetectorGui gui_client - RUNTIME DESTINATION bin) \ No newline at end of file + RUNTIME DESTINATION bin)