TARGET = qmlgestureareaplugin TARGETPATH = Qt/labs/gestures TEMPLATE = lib CONFIG += qt plugin QT += declarative SOURCES += qdeclarativegesturearea.cpp \ qdeclarativegesturehandler.cpp \ qdeclarativegesturerecognizers.cpp \ plugin.cpp HEADERS += qdeclarativegesturearea_p.h \ gestureareaplugin_p.h \ qdeclarativegesturehandler_p.h \ qdeclarativegesturerecognizers_p.h QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH else:DESTDIR = . target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH qmldir.files += $$PWD/qmldir qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH symbian:{ TARGET.UID3 = 0x2002131F include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) importFiles.sources = $$DESTDIR/qmlgestureareaplugin$${QT_LIBINFIX}.dll qmldir importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH DEPLOYMENT = importFiles } INSTALLS += target qmldir