summaryrefslogtreecommitdiffstats
path: root/src/designer/src/plugins/qwebview/qwebview.pro
blob: b1f6371d15a0d65a6884520c627bed619686dd5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE    = lib
TARGET      = qwebview
CONFIG     += qt warn_on plugin
QT         += webkit

include(../plugins.pri)
build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

# Input
SOURCES += qwebview_plugin.cpp
HEADERS += qwebview_plugin.h
RESOURCES += qwebview_plugin.qrc