summaryrefslogtreecommitdiffstats
path: root/src/plugins/feedback/meegotouch/meegotouch.pro
blob: 004da344ce141a1e98bb6b3c2c44f053a8d69905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qtfeedback_meegotouch
QT = core feedback

load(qt_plugin)

DESTDIR = $$QT.feedback.plugins/feedback

HEADERS += qfeedback.h
SOURCES += qfeedback.cpp

INCLUDEPATH += $$QT.feedback.includes

LIBS += -lmeegotouchcore

target.path += $$[QT_INSTALL_PLUGINS]/feedback
INSTALLS += target