aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-04-19 14:11:32 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-04-19 14:11:32 +0200
commit0ef7358b510cbd97460ca9f82d54d8c7276f55ec (patch)
tree3f244b8d44caa3cac146a5038026a633d18afeee /smolbote.qbs
parentAddress bar menu and search (diff)
downloadsmolbote-0ef7358b510cbd97460ca9f82d54d8c7276f55ec.tar.xz
Updated documentation
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs16
1 files changed, 8 insertions, 8 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index e03f692..f3b5ee6 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -73,6 +73,14 @@ Project {
"src/forms/aboutdialog.cpp",
"src/forms/aboutdialog.h",
"src/forms/aboutdialog.ui",
+ "src/widgets/dockingwidget.cpp",
+ "src/widgets/dockingwidget.h",
+ "src/widgets/loadingbar.cpp",
+ "src/widgets/loadingbar.h",
+ "src/widgets/urllineedit.cpp",
+ "src/widgets/urllineedit.h",
+ "src/widgets/webviewtabbar.cpp",
+ "src/widgets/webviewtabbar.h",
]
}
@@ -143,14 +151,6 @@ Project {
"src/settings.h",
"src/webengine/webview.cpp",
"src/webengine/webview.h",
- "src/widgets/dockingwidget.cpp",
- "src/widgets/dockingwidget.h",
- "src/widgets/loadingbar.cpp",
- "src/widgets/loadingbar.h",
- "src/widgets/urllineedit.cpp",
- "src/widgets/urllineedit.h",
- "src/widgets/webviewtabbar.cpp",
- "src/widgets/webviewtabbar.h",
]
Group {