summaryrefslogtreecommitdiffstats
path: root/src/declarative/imports/webkit/webkit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/imports/webkit/webkit.pro')
-rw-r--r--src/declarative/imports/webkit/webkit.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/declarative/imports/webkit/webkit.pro b/src/declarative/imports/webkit/webkit.pro
deleted file mode 100644
index 7ad8564..0000000
--- a/src/declarative/imports/webkit/webkit.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TARGET = webkitqmlplugin
-include(../qimportbase.pri)
-
-contains(QT_CONFIG, webkit) {
- QT += webkit declarative
-
- SOURCES += qdeclarativewebview.cpp plugin.cpp
- HEADERS += qdeclarativewebview_p.h
- HEADERS += qdeclarativewebview_p_p.h
-
- QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/org/webkit
- target.path = $$[QT_INSTALL_IMPORTS]/org/webkit
-
- qmldir.files += $$QT_BUILD_TREE/imports/org/webkit/qmldir
- qmldir.path += $$[QT_INSTALL_IMPORTS]/org/webkit
-
- INSTALLS += target qmldir
-}