~artmello/gallery-app/gallery-app-open_new_photo_from_scope

« back to all changes in this revision

Viewing changes to gallery-app.qmlproject

  • Committer: Guenter Schwann
  • Date: 2013-04-15 12:05:00 UTC
  • mto: This revision was merged to the branch mainline in revision 653.
  • Revision ID: guenter.schwann@canonical.com-20130415120500-fh98u8vuuu7lg1rb
Use cmake instead of qmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by Qt Creator, version 2.5.2 */
 
2
 
 
3
import QmlProject 1.1
 
4
 
 
5
Project {
 
6
    mainFile: "rc/qml/GalleryApplication.qml"
 
7
 
 
8
    /* Include .qml, .js, and image files from current directory and subdirectories */
 
9
    QmlFiles {
 
10
        directory: ["rc/qml", "rc/Capetown"]
 
11
    }
 
12
    JavaScriptFiles {
 
13
        directory: "rc/js"
 
14
    }
 
15
    ImageFiles {
 
16
        directory: ["rc/img", "rc/Capetown/Widgets/img",
 
17
            "rc/qml/Widgets/img", "rc/qml/Utility/img",
 
18
            "../rc/qml/Components/img", "../rc/qml/Components/AlbumInternalsimg"]
 
19
    }
 
20
}