Skip to content

Commit

Permalink
Clean up examples
Browse files Browse the repository at this point in the history
I moved all the examples into subdirectories and added a
qmlproject for each.

Change-Id: I080182a43c3a518efc5f65b43460624bbb45e226
Reviewed-by: Thomas Zander <[email protected]>
Reviewed-by: Jens Bache-Wiig <[email protected]>
  • Loading branch information
Jens Bache-Wiig authored and The Qt Project committed Jan 17, 2013
1 parent 033f9ab commit 9aedf5d
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions examples/gallery/gallery.qmlproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import QmlProject 1.1

Project {
mainFile: "main.qml"

/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
}
JavaScriptFiles {
directory: "."
}
ImageFiles {
directory: "."
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
16 changes: 16 additions & 0 deletions examples/tableview/tableview.qmlproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import QmlProject 1.1

Project {
mainFile: "main.qml"

/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
}
JavaScriptFiles {
directory: "."
}
ImageFiles {
directory: "."
}
}

0 comments on commit 9aedf5d

Please sign in to comment.