source: trunk/demos/symbianpkgrules.pri@ 640

Last change on this file since 640 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 352 bytes
Line 
1!symbian: error(Only include this file for Symbian platforms)
2
3RSS_RULES ="group_name=\"QtDemos\";"
4
5vendorinfo = \
6 "; Localised Vendor name" \
7 "%{\"Nokia, Qt\"}" \
8 " " \
9 "; Unique Vendor name" \
10 ":\"Nokia, Qt\"" \
11 " "
12
13default_deployment.pkg_prerules += vendorinfo
14
15isEmpty(ICON):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
Note: See TracBrowser for help on using the repository browser.