summaryrefslogtreecommitdiff
path: root/packaging/qt5-qtdeclarative-examples.sh
blob: e0f18e3be79d4c6019e5919b1bc25456f80c32d9 (plain)
1
2
3
4
5
6
#!/bin/sh

ls /usr/share/qt5/qt5-qtdeclarative/examples/quick/demos/*/*.qml \
    | while read t ; do
    qmlscene "$t" ;
done