OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.8k stars 277 forks source link

No web backends available! #1693

Closed liuxing860 closed 2 years ago

liuxing860 commented 2 years ago

Hello, can you help me see what is the cause of this compilation error? Thank you

“CMake Error at CMakeLists.txt : 611 (message): No web backends available! "

Emdek commented 2 years ago

@liuxing860, it means that CMake cannot find C++ headers for any of the backends, so you might be missing QtWebKit or QtWebEngine module or their development files (dev packages in case of Linux).

liuxing860 commented 2 years ago

Thank you, I try to recompile