diff options
author | axis <qt-info@nokia.com> | 2009-07-03 13:35:20 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 14:51:18 (GMT) |
commit | 309b616b3346832f272140faa9246e256dd03692 (patch) | |
tree | ef2a48ffbe74c325ac3c7f60f2029fedfbb2ce3f /src/s60main | |
parent | 2c55bc4a770fccc155bc97c9c55f9bc9871df246 (diff) | |
download | Qt-309b616b3346832f272140faa9246e256dd03692.zip Qt-309b616b3346832f272140faa9246e256dd03692.tar.gz Qt-309b616b3346832f272140faa9246e256dd03692.tar.bz2 |
Added a precompiled version of S60 resource file.
The new build system doesn't support Symbian resource files, so it
must be precompiled. New applications shouldn't need any though.
I forgot this in the last commit.
Diffstat (limited to 'src/s60main')
-rw-r--r-- | src/s60main/s60main.rsg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s60main/s60main.rsg b/src/s60main/s60main.rsg new file mode 100644 index 0000000..8cdf3ba --- /dev/null +++ b/src/s60main/s60main.rsg @@ -0,0 +1,3 @@ +#define R_DEFAULT_DOCUMENT_NAME 0x55567002 +#define R_QT_WRAPPERAPP_MENUBAR 0x55567004 +#define R_QT_WRAPPERAPP_MENU 0x55567005 |