Skip to content

Instantly share code, notes, and snippets.

@vivainio
Created March 9, 2011 13:34
Show Gist options
  • Save vivainio/862190 to your computer and use it in GitHub Desktop.
Save vivainio/862190 to your computer and use it in GitHub Desktop.
!symbian: error(Only include this file for Symbian platforms)
RSS_RULES ="group_name=\"QtExamples\";"
nokiaVendor = "Nokia, Qt"
vendorinfo = \
"; Localised Vendor name" \
"%{$$addLanguageDependentPkgItem(nokiaVendor)}" \
" " \
"; Unique Vendor name" \
":\"$$nokiaVendor\"" \
" "
examples_deployment.pkg_prerules += vendorinfo
DEPLOYMENT += examples_deployment
isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") {
ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment