1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
2018-08-12 18:06:15 +05:30
autotests merging patch D14521 2018-08-12 18:06:15 +05:30
cmake removed unused cmake/config.h.in 2018-08-06 20:15:26 +05:30
linux SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-03 05:28:07 +02:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src fix code 2018-08-06 19:58:31 +05:30
tests Add sime QLS + nullptr 2018-07-05 13:58:00 +02:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-03 05:28:07 +02:00
windows Windows: Warn user about needed hotfix 2018-06-06 23:42:08 +04:30
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore removed doc from gitignore 2018-07-31 18:59:49 +05:30
CHANGELOG Version 3.0.1 2018-05-08 16:17:08 +02:00
CMakeLists.txt Improved i18n API for QML plugins 2018-07-01 19:52:34 +05:30
config.h.cmake fix code 2018-08-06 19:58:31 +05:30
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
README.md README: Add basic build instructions 2018-03-27 10:40:40 +02:00

= Falkon Web Browser =

QtWebEngine web browser.

== Building ==

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make