Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320415 - [qting-edge] dev-util/qt-creator-9999 doesn't build QML plugins
Summary: [qting-edge] dev-util/qt-creator-9999 doesn't build QML plugins
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 15:29 UTC by Keith Rusler
Modified: 2010-05-23 23:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rusler 2010-05-18 15:29:01 UTC
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.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-05-18 20:31:44 UTC
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
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2010-05-23 23:18:43 UTC
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