1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
Laurent Montel 4c9d503699 Const'ify
2019-01-11 07:40:51 +01:00
autotests Const'ify 2019-01-11 07:40:51 +01:00
cmake Add QML Extensions API 2018-09-29 00:47:47 +05:30
linux SVN_SILENT made messages (.desktop file) - always resolve ours 2018-12-24 05:18:23 +01:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src Const'ify 2019-01-11 07:40:51 +01:00
tests Fix some clazy warnings 2019-01-08 13:28:02 +01:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2018-12-24 05:18:23 +01:00
windows Fix minor typos 2018-10-21 18:14:27 +03:00
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore ignore some files/directory 2018-12-26 08:19:21 +01:00
CHANGELOG Version 3.0.1 2018-05-08 16:17:08 +02:00
CMakeLists.txt Revert "Change minimum Qt version to 5.10" 2018-12-25 11:21:06 +01:00
config.h.cmake Add QML Extensions API 2018-09-29 00:47:47 +05:30
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
README.md README.md: Fix syntax to work with GitHub parser 2018-12-24 12:59:43 +01:00

Falkon Web Browser

QtWebEngine web browser.

Building

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make