hi,

Project compile and run fine, but code model does not find system include
path. (classic code model and clang code model)
"Header paths" Tab in "Inspect c++ code model" is empty.

My system is Gentoo.
QtCreator 4.4.82.
Qt 5.7.1
GCC 6.4.0
CMAKE 3.9.2 server mode

I don't know how QtCreator handle system include path but i try with a
virtual Ubuntu session and simple project parsing works fine.

#include<iostream>

int main(int argc, char *argv[]){
   std::cout << "Hello World!" << std::endl;
   return 0;
}

cmake_minimum_required(VERSION 3.0.0)
project(hello)
add_executable(hello main.cpp)

#: iostream: no such file or directory

Cyril (sorry for my bad English)
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to