diff --git a/src/shared/proparser/registry.cpp b/src/shared/proparser/registry.cpp index 960b6f8e580..12c268ae2be 100644 --- a/src/shared/proparser/registry.cpp +++ b/src/shared/proparser/registry.cpp @@ -29,6 +29,8 @@ #include #include "registry_p.h" +QT_BEGIN_NAMESPACE + namespace QMakeInternal { #ifdef Q_OS_WIN32 @@ -156,3 +158,4 @@ QString qt_readRegistryKey(HKEY parentHandle, const QString &rSubkey, unsigned l } // namespace QMakeInternal +QT_END_NAMESPACE