source: trunk/demos/symbianpkgrules.pri

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

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

  • Property svn:eol-style set to native
File size: 544 bytes
RevLine 
[556]1!symbian: error(Only include this file for Symbian platforms)
2
3RSS_RULES ="group_name=\"QtDemos\";"
4
[846]5nokiaVendor = "Nokia, Qt"
[556]6vendorinfo = \
7 "; Localised Vendor name" \
[846]8 "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \
[556]9 " " \
10 "; Unique Vendor name" \
[846]11 ":\"$$nokiaVendor\"" \
[556]12 " "
13
[769]14demos_deployment.pkg_prerules += vendorinfo
15DEPLOYMENT += demos_deployment
[556]16
[846]17isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") {
18 ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
19}
Note: See TracBrowser for help on using the repository browser.