try removing windows hack

This commit is contained in:
SamGondelman 2016-08-02 11:23:49 -07:00 committed by Brad Davis
parent 2db02fdde1
commit c993a6b818

View file

@ -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)