~ubuntu-branches/ubuntu/wily/webbrowser-app/wily-proposed

« back to all changes in this revision

Viewing changes to webbrowser-app.qmlproject

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-06-05 05:03:05 UTC
  • Revision ID: package-import@ubuntu.com-20130605050305-qgpd9x3s01m06dca
Tags: upstream-0.20daily13.06.05
ImportĀ upstreamĀ versionĀ 0.20daily13.06.05

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: "src"
 
12
        filter: "*.h;*.cpp;*.qmltheme"
 
13
    }
 
14
 
 
15
    Files {
 
16
        directory: "tests"
 
17
        filter: "*.h;*.cpp;*.py"
 
18
    }
 
19
 
 
20
    /* List of plugin directories passed to QML runtime */
 
21
    importPaths: [ "src" ]
 
22
}