File: feedback.pro

package info (click to toggle)
qtfeedback-opensource-src 5.0~git20180903.a14bd0b-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,104 kB
  • sloc: cpp: 3,385; makefile: 49
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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):!contains(multimedia_disabled, yes) {
    message("Building with multimedia support")
    SUBDIRS += mmk
}