Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.8.0 RC, 5.8.0
-
macOS 10.11
xcode 8.2
-
-
8286399b9e1988b18810d762c4665658bb7428f9
Description
qt-enterprise-mac-x64-clang-5.8.0-rc_657.dmg
Install with default options, launch QtCreator and open one of the designer examples, for example designer/containerextension. Build fails with error message:
fatal error: 'QtUiPlugin/QDesignerExportWidget' file not found
Same happends with following examples (all try to include #include <QtUiPlugin/QDesignerCustomWidgetInterface>):
customwidgetplugin
taskmenuextension
worldtimeclockplugin
(calculatorbuilder, calclatorform and worldtimeclockbuilder examples work fine)
containerextension example tested also on Ubuntu14.04, works fine there.