~zsombi/ubuntu-ui-toolkit/theme-as-singleton

« back to all changes in this revision

Viewing changes to ubuntu-sdk.qmlproject

  • Committer: Leo Arias
  • Date: 2013-10-25 14:40:09 UTC
  • mto: This revision was merged to the branch mainline in revision 855.
  • Revision ID: leo.arias@canonical.com-20131025144009-a0d20yt18fgdfjls
Add the .py files to the qtcreator project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    ImageFiles {
16
16
        directory: "."
17
17
    }
 
18
    Files {
 
19
        directory: "."
 
20
        filter: "*.py"
 
21
    }
 
22
 
18
23
    /* List of plugin directories passed to QML runtime */
19
24
    importPaths: [ "modules" ]
20
25
}