mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +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
|
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)
|
if (UNIX)
|
||||||
target_link_libraries(${TARGET_NAME} pthread)
|
target_link_libraries(${TARGET_NAME} pthread)
|
||||||
endif(UNIX)
|
endif(UNIX)
|
||||||
|
|
Loading…
Reference in a new issue