summaryrefslogtreecommitdiffstats
path: root/examples/symbianpkgrules.pri
blob: a1b663408d573e1ccbd4eace9459149485d85d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!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\"" \
    " "

examples_deployment.pkg_prerules += vendorinfo
DEPLOYMENT += examples_deployment

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