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