[Interest] Missing headers from qglobal.h
Mark Constable
markc at renta.net
Mon Feb 20 19:03:19 CET 2012
I'm probably doing something wrong but anyhow...
.../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37:
fatal error: QtCore/qsystemdetection.h: No such file or directory
compilation terminated.
My qtbase/src/corelib/global/qglobal.h has...
66: #include <QtCore/qsystemdetection.h>
67: #include <QtCore/qcompilerdetection.h>
68: #include <QtCore/qprocessordetection.h>
but neither of the above 3 includes exist in my qtbase/include/QtCore/
Using cd qt5-git/ && git pull && git submodule update --recursive
More information about the Interest
mailing list