summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/examples/platformplugin/platformplugin.pro
blob: c5c665b9ed2199505004f608e8e1950fbf7a1c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT       += core gui
TARGET = $$qtLibraryTarget(platformplugin)
TEMPLATE = lib
CONFIG += plugin

DESTDIR = $$[QT_INSTALL_PLUGINS]/webkit

SOURCES += \
    WebPlugin.cpp

HEADERS += \
    WebPlugin.h \
    qwebkitplatformplugin.h