forked from qt-creator/qt-creator
Fix Windows build build with namespaced Qt
For real this time. Amends 8dd8d68bdc
.
Fixes: QTCREATORBUG-22305
Change-Id: I61133f76b7e39a2b0168f8a6c19721231d443807
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -29,6 +29,8 @@
|
|||||||
#include <QtCore/qstringlist.h>
|
#include <QtCore/qstringlist.h>
|
||||||
#include "registry_p.h"
|
#include "registry_p.h"
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
namespace QMakeInternal {
|
namespace QMakeInternal {
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
@@ -156,3 +158,4 @@ QString qt_readRegistryKey(HKEY parentHandle, const QString &rSubkey, unsigned l
|
|||||||
|
|
||||||
} // namespace QMakeInternal
|
} // namespace QMakeInternal
|
||||||
|
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
Reference in New Issue
Block a user