summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 13:43:33 +0100
committerDavid Robillard <d@drobilla.net>2021-01-01 21:14:20 +0100
commit375a8eb7c218d807dc601ae4af231131e3ef81ff (patch)
treee01088906671063671ebf9d7c32b46b4da065751
parent9f5fb1cf1b3df6a86d6571886169455d9d9ec393 (diff)
downloadsuil-375a8eb7c218d807dc601ae4af231131e3ef81ff.tar.gz
suil-375a8eb7c218d807dc601ae4af231131e3ef81ff.tar.bz2
suil-375a8eb7c218d807dc601ae4af231131e3ef81ff.zip
Fix Qt include warnings
-rw-r--r--.clant.json2
-rw-r--r--.includes.imp4
2 files changed, 5 insertions, 1 deletions
diff --git a/.clant.json b/.clant.json
index 5be5b78..8347642 100644
--- a/.clant.json
+++ b/.clant.json
@@ -1,4 +1,4 @@
{
"version": "1.0.0",
- "mapping_files": ["qt5_4.imp"]
+ "mapping_files": [".includes.imp", "qt5_11.imp"]
}
diff --git a/.includes.imp b/.includes.imp
new file mode 100644
index 0000000..5f8981a
--- /dev/null
+++ b/.includes.imp
@@ -0,0 +1,4 @@
+[
+ { "symbol": [ "QX11Info", "private", "<QX11Info>", "public" ] },
+ { "symbol": [ "WId", "private", "<QtGui>", "public" ] }
+]