equal
deleted
inserted
replaced
|
1 TARGET = gesturesqmlplugin |
|
2 TARGETPATH = Qt/labs/gestures |
|
3 include(../qimportbase.pri) |
|
4 |
|
5 QT += declarative |
|
6 |
|
7 SOURCES += qdeclarativegesturearea.cpp plugin.cpp |
|
8 HEADERS += qdeclarativegesturearea_p.h |
|
9 |
|
10 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH |
|
11 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
|
12 |
|
13 qmldir.files += $$PWD/qmldir |
|
14 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
|
15 |
|
16 symbian:{ |
|
17 load(data_caging_paths) |
|
18 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
19 |
|
20 importFiles.sources = gesturesqmlplugin.dll qmldir |
|
21 importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH |
|
22 |
|
23 DEPLOYMENT = importFiles |
|
24 } |
|
25 |
|
26 INSTALLS += target qmldir |