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

contains(immersion_enabled, yes) {
    message("Building with Immersion TouchSense support")
    SUBDIRS += immersion
}

contains(meegotouchfeedback_enabled, yes) {
    message("Building with meegotouch theme haptics support")
    SUBDIRS += meegotouch
}

qtHaveModule(multimedia): SUBDIRS += mmk