summaryrefslogtreecommitdiffstats
path: root/src/plugins/qdeclarativemodules/webkitqmlplugin/webkitqmlplugin.pro
blob: 37fe37cf79da2e6db38fe707ac49d7fd9889f2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET  = webkitqmlplugin
include(../../qpluginbase.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
}