michael@0: /* File generated by Qt Creator (with Ubuntu Plugin), version 3.0.1 */ michael@0: michael@0: import QmlProject 1.1 michael@0: michael@0: Project { michael@0: mainFile: "www/index.html" michael@0: michael@0: /* Include .qml, .js, and image files from current directory and subdirectories */ michael@0: QmlFiles { michael@0: directory: "." michael@0: } michael@0: JavaScriptFiles { michael@0: directory: "." michael@0: } michael@0: ImageFiles { michael@0: directory: "." michael@0: } michael@0: Files { michael@0: filter: "*.desktop" michael@0: } michael@0: Files { michael@0: filter: "www/*.html" michael@0: } michael@0: Files { michael@0: filter: "Makefile" michael@0: } michael@0: Files { michael@0: directory: "www" michael@0: filter: "*" michael@0: } michael@0: Files { michael@0: directory: "www/img/" michael@0: filter: "*" michael@0: } michael@0: Files { michael@0: directory: "www/css/" michael@0: filter: "*" michael@0: } michael@0: Files { michael@0: directory: "www/js/" michael@0: filter: "*" michael@0: } michael@0: Files { michael@0: directory: "tests/" michael@0: filter: "*" michael@0: } michael@0: Files { michael@0: directory: "debian" michael@0: filter: "*" michael@0: } michael@0: /* List of plugin directories passed to QML runtime */ michael@0: importPaths: [ "." ,"/usr/bin","/usr/lib/x86_64-linux-gnu/qt5/qml" ] michael@0: }