Skip to content

Ola-jed/QWebBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QWebBrowser CodeFactor

QWebBrowser is a simple web browser written in c++ with qt

How to build ?

You need to have qt installed to build the app. (Don't forget to add qmake to the path)

git clone https://github.com/Ola-jed/QWebBrowser.git
cd QWebBrowser
cmake .
make
./QWebBrowser # You can pass the urls you want to open

Just import the project if you use an ide.

Screenshot

Screenshot_20210708_092947