summaryrefslogtreecommitdiffstats
path: root/demos/symbianpkgrules.pri
blob: d42f188cc3411c08a82b7485f114ef35069526b1 (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=\"QtDemos\";"

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

demos_deployment.pkg_prerules += vendorinfo
DEPLOYMENT += demos_deployment

contains(TEMPLATE,app):isEmpty(ICON):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg