summaryrefslogtreecommitdiffstats
path: root/examples/hapticsplayer/hapticsplayer.pro
blob: 481fef41e8d5a8571c64c45b0be2e487998144f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDEPATH += $$QT_MOBILITY_SOURCE_TREE/src/feedback

#
# mobility.prf should do this (since it's platform and release/debug dependent,
# it can't just be -lQtFeedback (might QtFeedback1, QtFeedbackd, QtFeedback1d etc)
#
# if it isn't doing it, mobility.prf is probably not in the right place
#
# LIBS += -lQtFeedback

HEADERS += hapticsplayer.h
SOURCES += hapticsplayer.cpp main.cpp
FORMS += hapticsplayer.ui

CONFIG = feedback

include(../examples.pri)

symbian: {
    TARGET.CAPABILITY = WriteDeviceData ReadDeviceData
}