X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2FCMakeLists.txt;h=ad13475ece3398181e6d8c9ae9b54317df874b5b;hb=66ce10aed5cd8c4b1df5b53645b92ee81b16d8e2;hp=773d344549462fba25f4d403121ba42942b52ecc;hpb=e7102bf755210f9e215fb048b637dda6bab96334;p=apitrace diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 773d344..ad13475 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 @@ -80,6 +81,7 @@ target_link_libraries (qapitrace ${SNAPPY_LIBRARIES} ${QJSON_LIBRARIES} ${QT_LIBRARIES} + ${CMAKE_THREAD_LIBS_INIT} ) if (APPLE)