Qt-Creator不会编译 - 没有这样的文件或目录“c ++ config.h”

时间:2018-04-24 14:46:14

标签: android c++ qt compiler-errors

我一直在尝试使用Qt-Creator为Android创建一个简单的“Hello World”应用程序。 在构建时,我收到一条错误消息:

bits/c++config.h: No such file or directory

#include <bits/c++config.h>

(D:\android-ndk-rb16\sources\cxx-stl\gnu-libstdc++\4.9\include\utility)

我还没有在网上找到有效的解决方案。我不知道该怎么做,因为这个Include发生在一个我从未修改过的文件中(实用程序)。 有谁知道如何解决这个问题?

提前致谢!

0 个答案:

没有答案