mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
7bca744cab
Summary: Use the new ShareUrl support from Purpose to share pages. ATM only sending the page via KDE Connect and Email is supported, but more can be added easily by extending Purpose. {F6449845} Depends on D17285 Bug: 393543 Test Plan: Send page to phone via KDE Connect Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: drosca, falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D17286 |
||
---|---|---|
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