summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/geometry
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-06-17 10:44:04 +1000
committerSarah Smith <sarah.j.smith@nokia.com>2011-06-17 10:44:04 +1000
commit2c6302456aadb4b887d4329fa1e5ad8d9d674a5e (patch)
tree335ee0973bdce442e64e132c005f70b7d6dba252 /examples/qt3d/geometry
parentccca2578388cddd01f1ed68a1afe844d0fdee228 (diff)
Other fixes to windows QML also needed, but this one was package related. Have setup to launch the sample programs by using windows shortcut (.lnk) files as these provide the ability to specify the current directory to run the program from, making it possible to locate the .dll's. Using shortcut files implies also have to create icons for all the programs as well.
Diffstat (limited to 'examples/qt3d/geometry')
-rw-r--r--examples/qt3d/geometry/geometry.pro5
-rw-r--r--examples/qt3d/geometry/geometry.rc1
-rw-r--r--examples/qt3d/geometry/qt3d.icobin0 -> 54334 bytes
3 files changed, 6 insertions, 0 deletions
diff --git a/examples/qt3d/geometry/geometry.pro b/examples/qt3d/geometry/geometry.pro
index 9bdddc657..66a440523 100644
--- a/examples/qt3d/geometry/geometry.pro
+++ b/examples/qt3d/geometry/geometry.pro
@@ -44,3 +44,8 @@ package {
} else {
DESTDIR = ../../../bin
}
+
+OTHER_FILES += \
+ geometry.rc
+
+RC_FILE = geometry.rc
diff --git a/examples/qt3d/geometry/geometry.rc b/examples/qt3d/geometry/geometry.rc
new file mode 100644
index 000000000..b40ecdc12
--- /dev/null
+++ b/examples/qt3d/geometry/geometry.rc
@@ -0,0 +1 @@
+IDI_ICON1 ICON DISCARDABLE "qt3d.ico"
diff --git a/examples/qt3d/geometry/qt3d.ico b/examples/qt3d/geometry/qt3d.ico
new file mode 100644
index 000000000..1d07c43dd
--- /dev/null
+++ b/examples/qt3d/geometry/qt3d.ico
Binary files differ