summaryrefslogtreecommitdiffstats
path: root/examples/symbianpkgrules.pri
blob: 069a16e1bfc9858966f358b9b3947e11bf032658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!symbian: error(Only include this file for Symbian platforms)

RSS_RULES ="group_name=\"QtExamples\";"

vendorinfo = \
    "; Localised Vendor name" \
    "%{\"Nokia, Qt\"}" \
    " " \
    "; Unique Vendor name" \
    ":\"Nokia, Qt\"" \
    " "

default_deployment.pkg_prerules += vendorinfo

!isEmpty(TARGET.UID3):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg