timetask.ubuntuhtmlproject

Mon, 27 Apr 2015 16:05:06 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 27 Apr 2015 16:05:06 +0200
changeset 0
76acfbeeb09c
permissions
-rw-r--r--

Import initial genesis of local project.

michael@0 1 /* File generated by Qt Creator (with Ubuntu Plugin), version 3.0.1 */
michael@0 2
michael@0 3 import QmlProject 1.1
michael@0 4
michael@0 5 Project {
michael@0 6 mainFile: "www/index.html"
michael@0 7
michael@0 8 /* Include .qml, .js, and image files from current directory and subdirectories */
michael@0 9 QmlFiles {
michael@0 10 directory: "."
michael@0 11 }
michael@0 12 JavaScriptFiles {
michael@0 13 directory: "."
michael@0 14 }
michael@0 15 ImageFiles {
michael@0 16 directory: "."
michael@0 17 }
michael@0 18 Files {
michael@0 19 filter: "*.desktop"
michael@0 20 }
michael@0 21 Files {
michael@0 22 filter: "www/*.html"
michael@0 23 }
michael@0 24 Files {
michael@0 25 filter: "Makefile"
michael@0 26 }
michael@0 27 Files {
michael@0 28 directory: "www"
michael@0 29 filter: "*"
michael@0 30 }
michael@0 31 Files {
michael@0 32 directory: "www/img/"
michael@0 33 filter: "*"
michael@0 34 }
michael@0 35 Files {
michael@0 36 directory: "www/css/"
michael@0 37 filter: "*"
michael@0 38 }
michael@0 39 Files {
michael@0 40 directory: "www/js/"
michael@0 41 filter: "*"
michael@0 42 }
michael@0 43 Files {
michael@0 44 directory: "tests/"
michael@0 45 filter: "*"
michael@0 46 }
michael@0 47 Files {
michael@0 48 directory: "debian"
michael@0 49 filter: "*"
michael@0 50 }
michael@0 51 /* List of plugin directories passed to QML runtime */
michael@0 52 importPaths: [ "." ,"/usr/bin","/usr/lib/x86_64-linux-gnu/qt5/qml" ]
michael@0 53 }

mercurial