diff options
author | Kai Koehne <[email protected]> | 2012-12-11 14:17:34 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2012-12-12 10:32:50 +0100 |
commit | a0fb0a5dd32b031f89abe603ed07a50c74327e37 (patch) | |
tree | 04dd8b801c1e5daca81701542a8f6815c8b35274 /examples/quick/canvas/main.cpp | |
parent | b570d384c0704ea12364e353493eeb6f1ae34cd3 (diff) |
Use resource files for most examples
Make examples shadow-build-friendly by using resource
files instead of trying to derive the qml path from
applicationDirPath().
Change-Id: I669424554c772d9b261249b366247190f5fbd8b1
Reviewed-by: Oliver Wolff <[email protected]>
Diffstat (limited to 'examples/quick/canvas/main.cpp')
-rw-r--r-- | examples/quick/canvas/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/canvas/main.cpp b/examples/quick/canvas/main.cpp index 52c62ace12..9b2fda197d 100644 --- a/examples/quick/canvas/main.cpp +++ b/examples/quick/canvas/main.cpp @@ -38,4 +38,4 @@ ** ****************************************************************************/ #include "../shared/shared.h" -DECLARATIVE_EXAMPLE_MAIN(canvas)
\ No newline at end of file +DECLARATIVE_EXAMPLE_MAIN(canvas/canvas) |