Skip to content
dev
Go to file
Code

Latest commit

Qt Forward Merge Bot
Change-Id: I2b773e6958cf1d3699ff7887f2807572f1dafa8d
ab1bd15

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

# Qt Port of WebKit

WebKit is an open source web browser engine. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. As part of KDE framework KHTML was based on Qt but during their porting efforts Apple's engineers made WebKit toolkit independent. QtWebKit is a project aiming at porting this fabulous engine back to Qt.

The Qt port of WebKit currently compiles and runs on Linux, *BSD, Windows and macOS.

# Building

You can build and install QtWebKit with these commands:

mkdir build
cd build
cmake -G Ninja -DPORT=Qt -DCMAKE_BUILD_TYPE=Release ..
ninja
sudo ninja install

See https://github.com/annulen/webkit/wiki for more detailed instuctions

After QtWebKit is installed, you can use it as described in
https://github.com/annulen/webkit/wiki/Using-QtWebKit-in-your-project

# Contacts

* Mailing list: webkit-qt@lists.webkit.org
* IRC: #qtwebkit on irc.freenode.net
* Blog: http://qtwebkit.blogspot.com
You can’t perform that action at this time.