]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
DecodeTrace: Try to keep annotation labels within the view
[pulseview.git] / CMakeLists.txt
index 0c551828e816d5aba5ed017400a62db0e6cdfb02..e21ace688663d4f4327fd161903140f4071c6048 100644 (file)
@@ -329,7 +329,7 @@ if(Qt5Core_FOUND)
        qt5_wrap_ui(pulseview_FORMS_HEADERS ${pulseview_FORMS})
        qt5_add_resources(pulseview_RESOURCES_RCC ${pulseview_RESOURCES})
 else()
-       # Workaroud for QTBUG-22829: -DBOOST_NEXT_PRIOR_HPP_INCLUDED.
+       # Workaround for QTBUG-22829: -DBOOST_NEXT_PRIOR_HPP_INCLUDED.
        # https://bugreports.qt.io/browse/QTBUG-22829
        qt4_wrap_cpp(pulseview_HEADERS_MOC ${pulseview_HEADERS}
                OPTIONS -DBOOST_NEXT_PRIOR_HPP_INCLUDED)