equal
deleted
inserted
replaced
6 |
6 |
7 SOURCES += qdeclarativefolderlistmodel.cpp plugin.cpp |
7 SOURCES += qdeclarativefolderlistmodel.cpp plugin.cpp |
8 HEADERS += qdeclarativefolderlistmodel.h |
8 HEADERS += qdeclarativefolderlistmodel.h |
9 |
9 |
10 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH |
10 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH |
|
11 else:DESTDIR = . |
11 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
12 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
12 |
13 |
13 qmldir.files += $$PWD/qmldir |
14 qmldir.files += $$PWD/qmldir |
14 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
15 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH |
15 |
16 |
16 symbian:{ |
17 symbian:{ |
17 load(data_caging_paths) |
18 TARGET.UID3 = 0x20021320 |
18 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
19 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
19 |
20 |
20 importFiles.sources = qmlfolderlistmodelplugin.dll qmldir |
21 importFiles.sources = $$DESTDIR/qmlfolderlistmodelplugin$${QT_LIBINFIX}.dll qmldir |
21 importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH |
22 importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH |
22 |
23 |
23 DEPLOYMENT = importFiles |
24 DEPLOYMENT = importFiles |
24 } |
25 } |
25 |
26 |