Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.0 FF
-
None
-
e4851fedd (dev)
-
Foundation Sprint 70, Foundation Sprint 71, Foundation Sprint 72
Description
The following program compiles fine with Qt 6.4.1 but not with a recent dev branch:
#include <QtGlobal> int main(int argc, char *argv[]) { qVersion(); }
On dev branch, it prints the error "error C3861: 'qVersion': identifier not found" and including qlibraryinfo.h instead fixes it. Our documentation also says to include QtGlobal for qVersion: https://doc.qt.io/qt-6/qtglobal.html
Attachments
Issue Links
- resulted from
-
QTBUG-106722 Port away from qglobal.h
-
- Open
-