After installing Qt 5.0.2 on my Mac I run QML designer and I receive the following error :
The executable of the QML Puppet process (/Applications/Qt Creator.app/Contents/MacOS/qml2puppet.app/Contents/MacOS/qml2puppet) cannot be found. Check your installation. QML Puppet is a process which runs in the background to render the items.
You can build qml2puppet yourself with Qt 5.0.1 or higher. The source can be found in /Applications/Qt Creator.app/Contents/Resources/qml/qmlpuppet/qml2puppet/.
qml2puppet will be installed to the bin directory of your Qt version. Qt Quick Designer will check the bin directory of the currently active Qt version of your project.
Can you help me
↧