X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=test%2FCMakeLists.txt;h=09678e84e87ae87788fbeb1c41ba9a31638a5ec4;hb=8ad61f4071a69445a6917d214b6592878447ddb1;hp=05b5cb4b0be21fad00c83135f93419e3b8d8597a;hpb=bf9f12687c8d43422455cbdc27ec1cc5d4305149;p=pulseview.git diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 05b5cb4b..09678e84 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -176,16 +176,6 @@ if(ENABLE_DECODE) ) endif() -if(Qt5Core_FOUND) - qt5_wrap_cpp(pulseview_TEST_HEADERS_MOC ${pulseview_TEST_HEADERS}) -else() - # Workaround for QTBUG-22829: -DBOOST_NEXT_PRIOR_HPP_INCLUDED. - # https://bugreports.qt.io/browse/QTBUG-22829 - qt4_wrap_cpp(pulseview_TEST_HEADERS_MOC ${pulseview_TEST_HEADERS} - OPTIONS -DBOOST_NEXT_PRIOR_HPP_INCLUDED) - include(${QT_USE_FILE}) -endif() - # On MinGW we need to use static linking. if(NOT WIN32) add_definitions(-DBOOST_TEST_DYN_LINK)