Don't require QtX11Extras for WASM

Fixes #163
This commit is contained in:
Sergio Martins
2021-02-04 13:29:42 +00:00
parent 9a38626af5
commit daec97ad66
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ if (@KDDockWidgets_QTQUICK@)
find_dependency(Qt5Quick REQUIRED)
endif()
if (NOT WIN32 AND NOT APPLE)
if (NOT WIN32 AND NOT APPLE AND NOT EMSCRIPTEN)
find_dependency(Qt5X11Extras REQUIRED)
endif()