From a536f8ac9be2f064974da454273bfa828edb5bb1 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Mon, 19 Feb 2018 17:44:57 +0100 Subject: [PATCH] added png and Qt in CMakesList for gui --- slsDetectorGui/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/slsDetectorGui/CMakeLists.txt b/slsDetectorGui/CMakeLists.txt index 769b357bc..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 @@ -129,4 +134,5 @@ set_target_properties(gui_client PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin ) -install(TARGETS slsDetectorGui gui_client DESTINATION bin) \ No newline at end of file +install(TARGETS slsDetectorGui gui_client + RUNTIME DESTINATION bin)