From d855b84c5df923394ace3bb91dab379f7e0daa34 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Sun, 12 May 2019 22:20:56 +0200 Subject: Qt Creator CMake port Based on Tobias Hunger's work from a few months ago. The CMake configuration needs libclang and Qt paths specified as CMAKE_PREFIX_PATH. Auto tests are run with "ctest". At the moment the pass rate is 87%. Change-Id: Iba98e39bf22077d52706dce6c85986be67a6eab0 Reviewed-by: Alessandro Portale Reviewed-by: Tobias Hunger Reviewed-by: Eike Ziller --- src/plugins/cppeditor/cppoutline.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/cppeditor/cppoutline.cpp') diff --git a/src/plugins/cppeditor/cppoutline.cpp b/src/plugins/cppeditor/cppoutline.cpp index 4f34433ba4..55a2e93f19 100644 --- a/src/plugins/cppeditor/cppoutline.cpp +++ b/src/plugins/cppeditor/cppoutline.cpp @@ -25,6 +25,7 @@ #include "cppoutline.h" +#include "cppeditor.h" #include #include -- cgit v1.2.3