aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-07-01 16:16:10 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-07-01 16:16:10 +0200
commitfeb69af5c8c2517ea21398810ec9c603aef3032e (patch)
tree9e62351a4874bee700b63c518fd0b1b399432049 /smolbote.qbs
parentStatus bar height capped; loading bar now hides after 2s (diff)
downloadsmolbote-feb69af5c8c2517ea21398810ec9c603aef3032e.tar.xz
Configuration defaults file
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index 074b44b..3ffd488 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -60,6 +60,8 @@ Project {
"src/browser.h",
"src/interfaces.h",
"src/main.cpp",
+ "src/settings.cpp",
+ "src/settings.h",
"src/singleapplication.cpp",
"src/singleapplication.h",
]
@@ -162,8 +164,6 @@ Project {
files: [
"data/resources.qrc",
- "src/settings.cpp",
- "src/settings.h",
"src/webengine/webview.cpp",
"src/webengine/webview.h",
]