From c993a6b818c81da2c764d698b9c6f77130a8badb Mon Sep 17 00:00:00 2001 From: SamGondelman Date: Tue, 2 Aug 2016 11:23:49 -0700 Subject: [PATCH] try removing windows hack --- interface/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 9ee7c73f71..863595c174 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -245,12 +245,6 @@ target_link_libraries( Qt5::WebChannel Qt5::WebEngine Qt5::WebEngineWidgets ) -# Issue causes build failure unless we add this directory. -# See https://bugreports.qt.io/browse/QTBUG-43351 -if (WIN32) - add_paths_to_fixup_libs(${Qt5_DIR}/../../../plugins/qtwebengine) -endif() - if (UNIX) target_link_libraries(${TARGET_NAME} pthread) endif(UNIX)