diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index 02a12f1dff7..e2e32d7e5cc 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -1797,3 +1797,5 @@ static bool qGssapiTestGetCredentials(QStringView host) #endif // gssapi QT_END_NAMESPACE + +#include "moc_qauthenticator.cpp" diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp index 62bb210ca17..16037092733 100644 --- a/src/network/kernel/qhostinfo.cpp +++ b/src/network/kernel/qhostinfo.cpp @@ -1156,3 +1156,4 @@ void QHostInfoCache::clear() QT_END_NAMESPACE #include "moc_qhostinfo_p.cpp" +#include "moc_qhostinfo.cpp"