mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
try removing windows hack
This commit is contained in:
parent
2db02fdde1
commit
c993a6b818
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue