## Features The aim of this project is to provide a small and fast web browser. ### General * Use generic formats ### Implemented features * ### To do * Proper application-level profile manager ## Dependencies * Qt, over 5.7 (up-to-date Qt version recommended) + qbs, over 1.6.0 (Qt 5.7) ## Notes An optional system proxy should be picked up automatically. However, for proxies that require a username or password, you need to connect to QWebEnginePage::proxyAuthenticationRequired. Qt WebEngine Widgets uses the Qt Quick Scene Graph to compose the page. Therefore, OpenGL support is required. And that's also why QML is a dependancy. To use clang with QtCreator, you need to change the compiler in Build & Run ยป Kits, not the qbs profile.