where is "moc_qnamespace.cpp"? removed?
-
Hi,
When I see the code of https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qobject.cpp?h=v5.12.8, it has
#include "moc_qnamespace.cpp"
at the end of the file; but when I see the latest version, https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qobject.cpp?h=v6.5.1,moc_qnamespace.cpp
is gone.So just curious, where is it gone?
-
Hi,
When I see the code of https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qobject.cpp?h=v5.12.8, it has
#include "moc_qnamespace.cpp"
at the end of the file; but when I see the latest version, https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qobject.cpp?h=v6.5.1,moc_qnamespace.cpp
is gone.So just curious, where is it gone?
@Felix_F_ said:
So just curious, where is it gone?
To include heaven :) See this commit description for explanation.