aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-22 16:44:19 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-22 16:44:19 +0200
commitf0551b8645d9e3babf35e40fbc74c02ec8990e58 (patch)
tree140ce0b81f1da4a385a02709e03e9a734c0ee420 /smolbote.qbs
parentFixed bug with starting up if the local socket wasn't cleaned up (diff)
downloadsmolbote-f0551b8645d9e3babf35e40fbc74c02ec8990e58.tar.xz
Updated documentation
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs5
1 files changed, 0 insertions, 5 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index 045f8ce..4bc1a7d 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -52,11 +52,6 @@ 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', 'src/lib']
// global defines