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

DESTDIR = $$[QT_INSTALL_PLUGINS]/webkit

SOURCES += \
    WebPlugin.cpp \
    WebNotificationPresenter.cpp

HEADERS += \
    WebPlugin.h \
    qwebkitplatformplugin.h \
    WebNotificationPresenter.h

!contains(DEFINES, ENABLE_NOTIFICATIONS=.): DEFINES += ENABLE_NOTIFICATIONS=1