【发布时间】:2018-04-25 09:55:54
【问题描述】:
我已经设置了一个交叉编译工具链,用于构建 Qt 应用程序等,以便使用 eglfs 在 Raspberry Pi 上运行。这没有问题。
我正在尝试编译支持 WebRTC 的 QtWebEngine 模块,但无法确定它拒绝启用 WebRTC 的原因。
在qtwebengine目录下运行qmake的输出:
brporter@fracked:~/raspi/qtwebengine$ ~/raspi/qt5/bin/qmake
Running configuration tests...
Done running configuration tests.
Configure summary:
Qt WebEngine:
Embedded build ......................... yes
Pepper Plugins ......................... no
Printing and PDF ....................... no
Proprietary Codecs ..................... no
Spellchecker ........................... yes
WebRTC ................................. no
Using system ninja ..................... no
ALSA ................................... yes
PulseAudio ............................. yes
System libraries:
re2 .................................. no
ICU .................................. no
libwebp and libwebpdemux ............. yes
Opus ................................. no
ffmpeg ............................... no
Qt is now configured for building. Just run 'make'.
尝试挖掘 qtwebengine mkspecs 并没有发现任何非常明显的东西,但我可能遗漏了一些东西。
【问题讨论】:
-
3 年没有回应。我真的注定了!!!