mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
3787a606d3
It is no longer needed to setup web channel on unsafe js world for internal pages, and thus it fixes issue where registering web channel could fail in some cases. BUG: 391875 FIXED-IN: 3.0.1 |
||
---|---|---|
autotests | ||
linux | ||
mac | ||
src | ||
tests | ||
themes | ||
windows | ||
.arcconfig | ||
.gitignore | ||
CHANGELOG | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYING | ||
README.md |
= Falkon Web Browser =
QtWebEngine web browser.
== Building ==
Falkon uses CMake, to build it run:
mkdir build && cd build
cmake ..
make