aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs7
1 files changed, 6 insertions, 1 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index f3b5ee6..a538766 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -37,6 +37,11 @@ Project {
}
}
+ // enable clazy if using clang
+ Properties {
+ condition: cpp.compilerName.contains("clang")
+ cpp.cxxFlags: ["-Xclang", "-load", "-Xclang", "ClangLazy.so", "-Xclang", "-add-plugin", "-Xclang", "clang-lazy"]
+ }
// global includes
cpp.includePaths: ['src', 'src/3rd-party']
// global defines
@@ -163,7 +168,7 @@ Project {
Group {
name: "Configuration"
files: [
- "data/poi.conf"
+ "data/poi.toml"
]
qbs.install: true
qbs.installDir: "share/smolbote"