C++ 未定义对qt_static_plugin_QWaylandEglStreamBufferIntegrationPlugin的引用

C++ 未定义对qt_static_plugin_QWaylandEglStreamBufferIntegrationPlugin的引用,c++,linux,qt,debian,qt5,C++,Linux,Qt,Debian,Qt5,在Debian 10 32位上以静态模式构建Qt 5.12.7时出现以下错误: error: undefined reference to 'qt_static_plugin_QWaylandEglStreamBufferIntegrationPlugin()' collect2: error: ld returned 1 exit status make[4]: *** [Makefile:80: qwindow-compositor] Error 1 make[4]: Leaving dir

在Debian 10 32位上以
静态
模式构建Qt 5.12.7时出现以下错误:

error: undefined reference to 'qt_static_plugin_QWaylandEglStreamBufferIntegrationPlugin()'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:80: qwindow-compositor] Error 1
make[4]: Leaving directory '/home/user/qt/static/qtwayland/examples/wayland/qwindow-compositor'
make[3]: *** [Makefile:59: sub-qwindow-compositor-make_first] Error 2
make[3]: Leaving directory '/home/user/qt/static/qtwayland/examples/wayland'
make[2]: *** [Makefile:47: sub-wayland-make_first] Error 2
make[2]: Leaving directory '/home/user/qt/static/qtwayland/examples'
make[1]: *** [Makefile:74: sub-examples-make_first] Error 2
make[1]: Leaving directory '/home/user/qt/static/qtwayland'
make: *** [Makefile:600: module-qtwayland-make_first] Error 2
我配置了以下选项:

$ ../qt-everywhere-src-5.12.7/configure -prefix $PWD/qtbase -opensource -static -qt-xcb -confirm-license -skip qtwebengine
谁能告诉我发生了什么事

非静态构建进行得很好,我就在前面做过