Add Qt, CMake projects to the list of C++ projects we're working on compiling
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95662 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6277ce0..cb73d45 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -87,6 +87,18 @@
<td></td>
</tr>
<tr>
+ <td><a href="http://www.cmake.org">CMake</a></td>
+ <td>Compiles, passes regression tests (debug build)</td>
+ <td>February 9, 2010</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a href="http://qt.nokie.com">Qt</a></td>
+ <td>Partially compiles; miscompilation of uic prevents complete compilation</td>
+ <td>February 9, 2010</td>
+ <td><a href="http://llvm.org/bugs/show_bug.cgi?id=5881">PR5881</a></td>
+ </tr>
+ <tr>
<td><a href="http://www.boost.org">Boost</a></td>
<td>Some libraries (e.g., Boost.MPL) successfully build and pass regression tests, the majority still fail.</td>
<td>February 5, 2010</td>