With Qt-4.7, they added QML support for easy designing of applications with Javascript and CSS like syntax. Qt-Creator 1.3.1 and up has QML support for building QML projects and designing them like normal apps. But dev-util/qt-creator-1.3.1 and up doesn't build the QML plugins. From what I've read and was told, that the QML plugins rely on the private classes ones with _p.h/.cpp to build them. I don't know why they do. It'd be nice to get these plugins to compile because I want to start learning QML. And not necessary easy when doing it in console. Reproducible: Always Steps to Reproduce: 1. emerge Qt-4.7 2. emerge Qt-Creator 1.3.1 and higher. 3.
I cannot look after this bug since I only do compile tests on qt-creator-9999/Qt-4.7.9999 so if anyone has a ready-to-go Qt-4.7+qt-creator system I would really appreciate it if he took care of this bug Cheers
This should be fixed in qting-edge overlay but it needs more testing when you use qml use flag on qt-creator, portage will force you to build qt-declarative with private-headers use flag enabled. That should be sufficient to make qmldesigner and qmlinspector plugins to work Remember to rebuild qt-creator after you rebuild qt-declarative[private-headers] Closing as TEST-REQUEST Reopen if you still have issues Thanks