equal
deleted
inserted
replaced
1 TARGET = particles |
1 TARGET = qmlparticlesplugin |
2 TARGETPATH = Qt/labs/particles |
2 TARGETPATH = Qt/labs/particles |
3 include(../qimportbase.pri) |
3 include(../qimportbase.pri) |
4 |
4 |
5 QT += declarative |
5 QT += declarative |
6 |
6 |
10 |
10 |
11 HEADERS += \ |
11 HEADERS += \ |
12 qdeclarativeparticles_p.h |
12 qdeclarativeparticles_p.h |
13 |
13 |
14 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH |
14 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH |
|
15 else:DESTDIR = . |
15 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
16 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
16 |
17 |
17 qmldir.files += $$PWD/qmldir |
18 qmldir.files += $$PWD/qmldir |
18 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
19 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
19 |
20 |
20 symbian:{ |
21 symbian:{ |
21 load(data_caging_paths) |
22 TARGET.UID3 = 0x2002131E |
22 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
23 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
23 |
24 |
24 importFiles.sources = particles.dll qmldir |
25 importFiles.sources = $$DESTDIR/qmlparticlesplugin$${QT_LIBINFIX}.dll qmldir |
25 importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH |
26 importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH |
26 |
27 |
27 DEPLOYMENT = importFiles |
28 DEPLOYMENT = importFiles |
28 } |
29 } |
29 |
30 |