~ps-jenkins/ubuntu-ui-extras/trusty-proposed

« back to all changes in this revision

Viewing changes to ubuntu-ui-extras.qmlproject

Add a SharePopover component that apps can use to let the user chose to which service to share.

Approved by Günter Schwann, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QmlProject 1.1
 
2
 
 
3
Project {
 
4
    QmlFiles {
 
5
        directory: "modules"
 
6
    }
 
7
    JavaScriptFiles {
 
8
        directory: "modules"
 
9
    }
 
10
    Files {
 
11
        filter: ["modules/Ubuntu/Components/Extras/qmldir"]
 
12
    }
 
13
}
 
14