This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
!symbian: error(Only include this file for Symbian platforms) |
| 2 |
|
| 3 |
RSS_RULES ="group_name=\"QtDemos\";" |
| 4 |
|
| 5 |
nokiaVendor = "Nokia, Qt" |
| 6 |
vendorinfo = \ |
| 7 |
"; Localised Vendor name" \ |
| 8 |
"%{$$addLanguageDependentPkgItem(nokiaVendor)}" \ |
| 9 |
" " \ |
| 10 |
"; Unique Vendor name" \ |
| 11 |
":\"$$nokiaVendor\"" \ |
| 12 |
" " |
| 13 |
|
| 14 |
demos_deployment.pkg_prerules += vendorinfo |
| 15 |
DEPLOYMENT += demos_deployment |
| 16 |
|
| 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 |
} |