diff options
author | Jason Barron <jason.barron@nokia.com> | 2010-10-12 12:39:12 (GMT) |
---|---|---|
committer | Jason Barron <jason.barron@nokia.com> | 2010-10-12 12:55:56 (GMT) |
commit | e39f273b921a36b307b2b2adddd7135f0c5a8858 (patch) | |
tree | c7ff75c8d901dc7725ac11196b662ede0ff22892 | |
parent | 0b3402f2ff0db1de747e9d38021a5c9300c8a011 (diff) | |
download | Qt-e39f273b921a36b307b2b2adddd7135f0c5a8858.zip Qt-e39f273b921a36b307b2b2adddd7135f0c5a8858.tar.gz Qt-e39f273b921a36b307b2b2adddd7135f0c5a8858.tar.bz2 |
Delete qtdemoapps.iby.
This file was used to deploy certain Qt demo applications to a Symbian
ROM image and was always being exported to the epoc32 tree when Qt was
compiled. This doesn't make sense since these will never (hopefully) be
deployed on any real device. If someone wants demo apps deployed, they
should create their own IBY file.
Reviewed-by: Shane Kearns
Reviewed-by: Miikka Heikkinen
-rw-r--r-- | src/s60installs/qtdemoapps.iby | 15 | ||||
-rw-r--r-- | src/s60installs/s60installs.pro | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/src/s60installs/qtdemoapps.iby b/src/s60installs/qtdemoapps.iby deleted file mode 100644 index d888135..0000000 --- a/src/s60installs/qtdemoapps.iby +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef QTDEMOAPPS_IBY -#define QTDEMOAPPS_IBY - -// A subset of Qt demo & example applications - -// Note that star requires OpenVG and the Qt OpenVG paint engine -S60_APP_EXE(star) -S60_APP_RESOURCE(star) -data=\epoc32\data\Z\private\10003a3f\import\Apps\star_reg.rsc \private\10003a3f\import\apps\star_reg.rsc - -S60_APP_EXE(wiggly) -S60_APP_RESOURCE(wiggly) -data=\epoc32\data\Z\private\10003a3f\import\Apps\wiggly_reg.rsc \private\10003a3f\import\apps\wiggly_reg.rsc - -#endif // QTDEMOAPPS_IBY diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index c73ed06..d63b97c 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -200,5 +200,4 @@ symbian: { } BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)" - BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CUSTOMER_VARIANT_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)" } |