X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2FCMakeLists.txt;h=a36ab47baef485ac1747feee574447b1babbbc8d;hb=2a5696befce6be00fa655b751af5ce2924ea45ae;hp=773d344549462fba25f4d403121ba42942b52ecc;hpb=9db16b3989481f8d6dfc8932d760fcc16217ecbd;p=apitrace diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 773d344..a36ab47 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -14,6 +14,7 @@ set(qapitrace_SRCS jumpwidget.cpp mainwindow.cpp main.cpp + pixelwidget.cpp profiledialog.cpp profiletablemodel.cpp retracer.cpp @@ -78,8 +79,10 @@ target_link_libraries (qapitrace common ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} + ${LIBBACKTRACE_LIBRARIES} ${QJSON_LIBRARIES} ${QT_LIBRARIES} + ${CMAKE_THREAD_LIBS_INIT} ) if (APPLE)