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