~kissiel/checkbox/autopilot-testing

« back to all changes in this revision

Viewing changes to checkbox-touch/checkbox-touch.qmlproject

  • Committer: Maciej Kisielewski
  • Date: 2015-03-20 13:14:58 UTC
  • Revision ID: maciej.kisielewski@canonical.com-20150320131458-roe7lj3ev8ry681t
checkbox-touch: make checkbox-touch.qml entry point to the app

This patch changes main file to be checkbox-touch.qml instead of main.
Except the obvious improvement, which is clarity, it makes it compliant with
the default behaviour autopilot takes when trying to launch app.

Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import QmlProject 1.1
2
2
 
3
3
Project {
4
 
    mainFile: "main.qml"
 
4
    mainFile: "checkbox-touch.qml"
5
5
 
6
6
    /* Include .qml, .js, and image files from current directory and subdirectories */
7
7
    QmlFiles {