Error ‘QChar’ was not declared in this scope
Solved
Mobile and Embedded
-
Hello,
I tried to make a program which was working last month.
But now I cannot build it anymore.
I get this error:‘QChar’ was not declared in this scope
I use this Qt-Version:
Qt Creator 4.13.1
This application sould run remotely on an raspberry zero
The compiler is :Thread-Modell: posix gcc-Version 4.8.3 20140303
has something changed?
-
@K-Str said in Error ‘QChar’ was not declared in this scope:
Qt Creator 4.13.1
This is QtCreator version, not Qt version.
Add#include <QChar>