aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 14:57:07 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 14:57:07 +0100
commitf66090da906348aea769173c2d2333015a898c84 (patch)
tree9a22d7ea632f4b16b604aed4565dbeb28bc4727e /smolbote.qbs
parentCan now open links in new tab (diff)
downloadsmolbote-f66090da906348aea769173c2d2333015a898c84.tar.xz
Added SSL cert warnings
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index 05a42b0..9b9ecb1 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -102,6 +102,8 @@ Project {
"src/forms/aboutdialog.cpp",
"src/forms/aboutdialog.h",
"src/forms/aboutdialog.ui",
+ "src/webengine/webpage.cpp",
+ "src/webengine/webpage.h",
"src/webengine/webview.cpp",
"src/webengine/webview.h",
"src/widgets/loadingbar.cpp",