summaryrefslogtreecommitdiffstats
path: root/plugins/landmarks/landmarks.pro
blob: 68cae92c86f756ee14be9a0a0b4e690bc54da269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

CONFIG += ordered

include(../../common.pri)

!symbian {
    maemo6 | meego {
        contains(maemo6-landmarks_enabled, yes): SUBDIRS += qsparql
    } else {
        SUBDIRS += sqlite
    }
}

symbian {
SUBDIRS += symbian_landmarks
}