A simple app to test the power of the QtWebEngine (chromiun based)
if you just want to build the project, make sure you have Qt < 5 and qmake installed and the GNUMake
then run:
make all
===
for running directly use:
make run
=== To clean the build
make clean