mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
db9d506cf5
It is now possible to eg. register webmail to handle mailto: links. If a site asks to register protocol handler, it will be available in site info widget (right click on web icon in location bar). Requires QtWebEngine >= 5.11 BUG: 403183 FIXED-IN: 3.1.0 |
||
---|---|---|
autotests | ||
cmake | ||
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