Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
20 lines
544 B
Plaintext
20 lines
544 B
Plaintext
!symbian: error(Only include this file for Symbian platforms)
|
|
|
|
RSS_RULES ="group_name=\"QtDemos\";"
|
|
|
|
nokiaVendor = "Nokia, Qt"
|
|
vendorinfo = \
|
|
"; Localised Vendor name" \
|
|
"%{$$addLanguageDependentPkgItem(nokiaVendor)}" \
|
|
" " \
|
|
"; Unique Vendor name" \
|
|
":\"$$nokiaVendor\"" \
|
|
" "
|
|
|
|
demos_deployment.pkg_prerules += vendorinfo
|
|
DEPLOYMENT += demos_deployment
|
|
|
|
isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") {
|
|
ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
|
|
}
|