sqlite: Disable warnings also for qbs build.

Change-Id: I101fe0abb98ed2d08970b5cf0f9de803a3137e8c
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-06-16 09:26:45 +02:00
parent ddd2f23fe3
commit 8ee5b1c22e

View File

@@ -19,6 +19,7 @@ QtcLibrary {
Group {
name: "ThirdPartySqlite"
prefix: "../3rdparty/sqlite/"
cpp.warningLevel: "none"
files: [
"sqlite3.c",
"sqlite3.h",