~ken-vandine/+junk/hangonman

« back to all changes in this revision

Viewing changes to hangonman.ubuntuhtmlproject

  • Committer: Ken VanDine
  • Date: 2014-03-07 03:22:47 UTC
  • Revision ID: ken.vandine@canonical.com-20140307032247-uk4i0eqyf4l7e4em
initial packaging on hangonman

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by Qt Creator (with Ubuntu Plugin), version 2.8.1 */
 
2
 
 
3
import QmlProject 1.1
 
4
 
 
5
Project {
 
6
    mainFile: "www/index.html"
 
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
    Files {
 
19
        filter: "*.desktop"
 
20
    }
 
21
    Files {
 
22
        filter: "www/*.html"
 
23
    }
 
24
    Files {
 
25
        filter: "Makefile"
 
26
    }
 
27
    Files {
 
28
        directory: "www"
 
29
        filter: "*"
 
30
    }
 
31
    /* List of plugin directories passed to QML runtime */
 
32
    importPaths: [ "." ,"/usr/bin","/usr/lib/x86_64-linux-gnu/qt5/qml" ]
 
33
}