~fboucault/unity-webapps-qml/crossbuild_fixes

« back to all changes in this revision

Viewing changes to tests/integration/autopilot/qml/FullWebViewApp.qml

  • Committer: Alexandre Abreu
  • Date: 2013-07-09 19:02:23 UTC
  • mto: (16.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: alexandre.abreu@canonical.com-20130709190223-oc06h7fijj320skq
Fix debian packages install; fix make check; added python install based on setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
            name: "FullWebViewApp"
74
74
            bindee: webView
75
 
            model: UnityWebappsAppModel { }
76
 
 
77
 
  //            model: UnityWebappsAppModel { searchPath: root.webappSearchPath }
 
75
            model: UnityWebappsAppModel { searchPath: root.webappSearchPath }
78
76
        }
79
77
    }
80
78
}