aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-24 02:06:20 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-24 02:06:20 +0100
commit21552196c529cdc4e7112d2f09a80ab81c71207a (patch)
tree5bc9fe9f55da0775384b2449f7ee543cbe7afed2 /smolbote.qbs
parentDownload manager (diff)
downloadsmolbote-21552196c529cdc4e7112d2f09a80ab81c71207a.tar.xz
Settings class rework
Using toml as format
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index 032a93e..31cb6b3 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -42,7 +42,7 @@ Project {
// condition: qbs.targetOS.contains("windows")
// }
- cpp.includePaths: ['src']
+ cpp.includePaths: ['src', 'src/3rd-party']
cpp.defines: {
if(project.deprecatedWarnings)
defines.push("QT_DEPRECATED_WARNINGS", "QT_DISABLE_DEPRECATED_BEFORE="+project.deprecatedBefore);