summaryrefslogtreecommitdiffstats
path: root/src/plugins/s60/s60.pro
blob: c999fff656570e5c66cd476de0bc925294b97062 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs


symbian {
    contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
        SUBDIRS += 3_1 3_2
    }

    # 5.0 is used also for Symbian3 and later
    SUBDIRS += 5_0
}