File: hapticsquare.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 (18 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 += hapticsquare.h \
    hapticbutton.h
SOURCES += hapticsquare.cpp main.cpp \
    hapticbutton.cpp

CONFIG = feedback

include(../examples.pri)