From 83a32f3163b0d6ec954637dba21fe6ab1472ee1a Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 16 Jan 2021 11:04:50 -0800 Subject: [PATCH] Example-Projects.md: Add Qt --- Example-Projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Example-Projects.md b/Example-Projects.md index 18e05c8..82aa9da 100644 --- a/Example-Projects.md +++ b/Example-Projects.md @@ -71,6 +71,10 @@ bear make -j cd ..; ln -s Debug/compile_commands.json ``` +### Qt + +See for an example. + ### ruby ```zsh