summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.pro
blob: 4df8d804eb08ffb77e86858b2254e458e4ae80d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
######################################################################
#
# Simple example of how to use the feedback API
#
######################################################################

TEMPLATE = lib
TARGET = qtfeedbackdocsample
include(../../../../features/basic_examples_setup.pri)
INCLUDEPATH += ../../../../src/global \
               ../../../../src/feedback

CONFIG += mobility
MOBILITY = feedback

SOURCES += qtfeedbackdocsample.cpp