~ubuntu-branches/ubuntu/vivid/unity-webapps-qml/vivid-proposed

« back to all changes in this revision

Viewing changes to examples/examples.pro

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ubuntu daily release, Alexandre Abreu
  • Date: 2014-11-22 00:47:26 UTC
  • mfrom: (1.1.39)
  • Revision ID: package-import@ubuntu.com-20141122004726-j1m05aogz98712kz
Tags: 0.1+15.04.20141122-0ubuntu1
[ Ubuntu daily release ]
* New rebuild forced

[ Alexandre Abreu ]
* Port qml bindings to oxide (LP: #1374100)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
basic_webview_install.path = /usr/share/unity-webapps-qml/examples/basic-webview
42
42
basic_webview_install.files = $$system(ls basic-webview/*)
43
43
 
 
44
html5_api_bindings_install.path = /usr/share/unity-webapps-qml/examples/api-bindings
 
45
html5_api_bindings_install.files = $$system(ls api-bindings/*)
 
46
 
44
47
webapps_apps_model_install.path = /usr/share/unity-webapps-qml/examples/webapps-apps-model
45
48
webapps_apps_model_install.files = $$system(ls webapps-app-model/*)
46
49