mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
added png and Qt in CMakesList for gui
This commit is contained in:
parent
d48ca4a9fe
commit
a536f8ac9b
@ -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)
|
||||
install(TARGETS slsDetectorGui gui_client
|
||||
RUNTIME DESTINATION bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user