~ci-train-bot/webbrowser-app/webbrowser-app-ubuntu-yakkety-landing-055

« back to all changes in this revision

Viewing changes to src/kalossi-browser.qmlproject

  • Committer: Olivier Tilloy
  • Date: 2013-01-11 12:01:22 UTC
  • Revision ID: olivier.tilloy@canonical.com-20130111120122-5gu1sm4byakne8zh
Initial commit: very basic web browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by Qt Creator, version 2.5.84 */
 
2
 
 
3
import QmlProject 1.1
 
4
 
 
5
Project {
 
6
    mainFile: "test.qml"
 
7
 
 
8
    /* Include .qml, .js, and image files from current directory and subdirectories */
 
9
    QmlFiles {
 
10
        directory: "."
 
11
    }
 
12
    JavaScriptFiles {
 
13
        directory: "."
 
14
    }
 
15
    ImageFiles {
 
16
        directory: "."
 
17
    }
 
18
    /* List of plugin directories passed to QML runtime */
 
19
    // importPaths: [ "../exampleplugin" ]
 
20
}