X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2FCMakeLists.txt;h=26346f25ed14d4b1a5c0317bda56b376ba9d2a32;hb=c97429637875c103a3dcf082df01f8597d0ed145;hp=f464cb0798acf39a5006e0cddbf2b3680c6ebbea;hpb=baee57937dcb8acefd86f1b0edf3a6dfa96c047a;p=apitrace diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index f464cb0..26346f2 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -49,7 +49,14 @@ include_directories(${QT_INCLUDES} ${QJSON_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_D add_executable(qapitrace ${qapitrace_SRCS} ${qapitrace_UIS_H}) -target_link_libraries(qapitrace common ${QJSON_LIBRARIES} ${QT_LIBRARIES} ) +target_link_libraries (qapitrace + common + ${PNG_LIBRARIES} + ${ZLIB_LIBRARIES} + ${SNAPPY_LIBRARIES} + ${QJSON_LIBRARIES} + ${QT_LIBRARIES} +) ########### install files ###############