aboutsummaryrefslogtreecommitdiff
path: root/src/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-02 14:13:14 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-02 14:13:14 +0100
commitf875ad5313b86275c3fd48884063aefb8849235d (patch)
tree9c7933aacc895ab6a52045abc7fe8fb1dccb6c20 /src/smolbote.qbs
parentAStyle pass (diff)
downloadsmolbote-f875ad5313b86275c3fd48884063aefb8849235d.tar.xz
Added loading bar to status bar
Hovered links now display in status bar
Diffstat (limited to 'src/smolbote.qbs')
-rw-r--r--src/smolbote.qbs4
1 files changed, 4 insertions, 0 deletions
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",