~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to docviewer.qmlproject

  • Committer: Granger Anthony
  • Date: 2013-04-22 17:40:25 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: grangeranthony@gmail.com-20130422174025-2tlqqq0x4sqsqloi
Fix bad QML file path, fix QML filename, fix bad exec path in .desktop, fix error when the QML file is not found

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* File generated by Qt Creator, version 2.6.1 */
2
 
 
3
 
import QmlProject 1.1
4
 
 
5
 
Project {
6
 
    mainFile: "docviewer.qml"
7
 
 
8
 
    /* Include .qml, .js, and image files from current directory and subdirectories */
9
 
    QmlFiles {
10
 
        directory: "."
11
 
    }
12
 
    JavaScriptFiles {
13
 
        directory: "."
14
 
    }
15
 
    ImageFiles {
16
 
        directory: "."
17
 
    }
18
 
    /* List of plugin directories passed to QML runtime */
19
 
    importPaths: [ "." ,"/usr/lib/x86_64-linux-gnu/qt5/qml" ]
20
 
}