| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QTBUG-13178
Reviewed-by: Martin Jones
|
|
|
|
|
|
| |
The deployment rules for the qml resources in the embedded qml demo
applications were not being generated correctly as data_caging_paths was
not being loaded.
|
|
|
|
|
|
| |
qmake doesn't handle the relative path very well.
RevBy: Alessandro Portale
|
|
|
|
|
| |
Task-number: QTBUG-10148
Reviewed-by: Aleksandar Sasha Babic
|
|
There new Qml demos are self-contained Qml applications,
ready to be run on Symbian devices:
qmlcalculator qmlclocks qmldialcontrol qmleasing
qmlflickr qmlphotoviewer qmltwitter
Since these depend on the DEPLOYMENT feature of qmake,
they currently will only work for Symbian and theoretically
WinCE/Mobile. TODO: create INSTALLS rules in order to support
more platforms.
Task-number: QTBUG-10148
Reviewed-By: axis
|