Remove Q_WS_*, symbian and maemo code in QtDeclarative
[profile/ivi/qtdeclarative.git] / src / imports / gestures / gestures.pro
1 TARGET  = qmlgesturesplugin
2 TARGETPATH = Qt/labs/gestures
3 include(../qimportbase.pri)
4
5 QT += core-private gui-private declarative-private qtquick1 qtquick1-private widgets-private v8-private
6
7 SOURCES += qdeclarativegesturearea.cpp plugin.cpp
8 HEADERS += qdeclarativegesturearea_p.h
9
10 DESTDIR = $$QT.declarative.imports/$$TARGETPATH
11 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
12
13 qmldir.files += $$PWD/qmldir
14 qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
15
16 INSTALLS += target qmldir