~ubuntu-push-hackers/ubuntu-push-qml/rtm

« back to all changes in this revision

Viewing changes to ubuntu-push-example.qmlproject

  • Committer: CI bot
  • Author(s): Roberto Alsina
  • Date: 2014-09-08 18:01:52 UTC
  • mfrom: (7.1.2 ubuntu-push-qml)
  • Revision ID: ps-jenkins@lists.canonical.com-20140908180152-33e1zjjy73rnvmf6
Remove example (is now in lp:ubuntu-push) 
Approved by: Roberto Alsina

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QmlProject 1.1
2
 
 
3
 
Project {
4
 
    QmlFiles {}
5
 
 
6
 
    JavaScriptFiles {}
7
 
 
8
 
    ImageFiles {}
9
 
 
10
 
    Files {
11
 
        directory: "."
12
 
        filter: "CMakeLists.txt"
13
 
    }
14
 
 
15
 
    Files {
16
 
        directory: "src"
17
 
        filter: "*.h;*.h.in;*.cpp;*.desktop.in;qmldir"
18
 
    }
19
 
 
20
 
    Files {
21
 
        directory: "tests"
22
 
        filter: "*.h;*.cpp;*.py"
23
 
    }
24
 
 
25
 
    /* List of plugin directories passed to QML runtime */
26
 
    importPaths: [ "src" ]
27
 
}