~rpadovani/webbrowser-app/settings-page

« back to all changes in this revision

Viewing changes to webbrowser-app.qmlproject

  • Committer: Olivier Tilloy
  • Date: 2014-05-30 16:16:56 UTC
  • mto: This revision was merged to the branch mainline in revision 565.
  • Revision ID: olivier.tilloy@canonical.com-20140530161656-2bq64chv2s9jz1ox
Initial QML module documentation for Ubuntu.Web 0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        filter: "*.h;*.cpp;*.py"
23
23
    }
24
24
 
 
25
    Files {
 
26
        directory: "doc"
 
27
        filter: "*.qdoc;*.qdocconf"
 
28
    }
 
29
 
25
30
    /* List of plugin directories passed to QML runtime */
26
31
    importPaths: [ "src" ]
27
32
}