source:
trunk/examples/symbianpkgrules.pri@
966
Last change on this file since 966 was 846, checked in by , 14 years ago | |
---|---|
|
|
File size: 554 bytes |
Rev | Line | |
---|---|---|
[556] | 1 | !symbian: error(Only include this file for Symbian platforms) |
2 | ||
3 | RSS_RULES ="group_name=\"QtExamples\";" | |
4 | ||
[846] | 5 | nokiaVendor = "Nokia, Qt" |
[556] | 6 | vendorinfo = \ |
7 | "; Localised Vendor name" \ | |
[846] | 8 | "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \ |
[556] | 9 | " " \ |
10 | "; Unique Vendor name" \ | |
[846] | 11 | ":\"$$nokiaVendor\"" \ |
[556] | 12 | " " |
13 | ||
[769] | 14 | examples_deployment.pkg_prerules += vendorinfo |
15 | DEPLOYMENT += examples_deployment | |
[556] | 16 | |
[846] | 17 | isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") { |
18 | ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg | |
19 | } | |
20 |
Note:
See TracBrowser
for help on using the repository browser.