From f875ad5313b86275c3fd48884063aefb8849235d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 2 Feb 2017 14:13:14 +0100 Subject: Added loading bar to status bar Hovered links now display in status bar --- src/smolbote.qbs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/smolbote.qbs') diff --git a/src/smolbote.qbs b/src/smolbote.qbs index c8ecb24..e3b9d44 100644 --- a/src/smolbote.qbs +++ b/src/smolbote.qbs @@ -57,6 +57,10 @@ Project { "webengine/urlinterceptor.h", "webengine/webengineprofile.cpp", "webengine/webengineprofile.h", + "webengine/webview.cpp", + "webengine/webview.h", + "widgets/loadingbar.cpp", + "widgets/loadingbar.h", "widgets/urllineedit.cpp", "widgets/urllineedit.h", "widgets/webviewtabbar.cpp", -- cgit v1.2.1