source: trunk/examples/symbianpkgrules.pri@ 842

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

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

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