Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.11.0
-
None
-
Windows 10, Qt 5.13.2 QtCreator 4.11.0
-
-
141d5e24126ef919ad624b04e8c959c664e9e410 (qt-creator/qt-creator/4.11)
Description
my Qt is built from source with custom namespace "-qtnamespace DX"
Qt creator build fails because of clangindexingprojectsettingswidget.h at $src\plugins\clangpchmanager
add QT_BEGIN_NAMESPACE before line 34 namespace Ui { and QT_END_NAMESPACE after line 36 will solve this problem