-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
27 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "." | ||
} | ||
} |