summaryrefslogtreecommitdiffstats
path: root/src/imports/widgets/widgets.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-051-30/+0
| | | | | | | | Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser
* Simplify QML import plugin deployment linesJoona Petrell2010-04-161-2/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Some cleanup in widgets module. Deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-1/+0
| | | | | | | | | | | | | This commit deletes the uneeded classes/declarations since we have now an inline support for QGraphicsObject based classes. QGraphicsLayout bindings works the same way because the layout property has been added to QGraphicsWidget. The only feature that is missing for now (because of the deletion of GraphicsObjectContainer) is the anchoring support. We will probably take a look on how to support this feature properly with no wrapper. Task-number:QTBUG-9456 Reviewed-by:Michael Brasser
* Fix 'make sis' finding the dll on symbianThomas Zander2010-03-311-1/+1
|
* Fix installation of qmldir filesAlan Alpert2010-03-301-1/+1
| | | | | | | The old pro files did not actually install the qmldir files in clean builds. These ones should work. Reviewed-by: Harald Fernengel
* Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+11
| | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
* Fix installation of imports librariesTobias Hunger2010-03-121-4/+3
|
* Use TARGETPATH instead of hardcoding locationsTobias Hunger2010-03-101-1/+1
|
* Always copy the qmldir files into the build directoryTobias Hunger2010-03-081-2/+2
| | | | ... even when -prefix is set
* Fix build of importsTobias Hunger2010-03-021-0/+22
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree