X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2FCMakeLists.txt;h=a36ab47baef485ac1747feee574447b1babbbc8d;hb=2a5696befce6be00fa655b751af5ce2924ea45ae;hp=03e3d39ce78c2d1ecd1310957bbcbd94a8410b0d;hpb=1c3144b7f0d37ae3909bd1a854ede6a0aa3ea20d;p=apitrace diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 03e3d39..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,6 +79,7 @@ target_link_libraries (qapitrace common ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} + ${LIBBACKTRACE_LIBRARIES} ${QJSON_LIBRARIES} ${QT_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}