diff options
Diffstat (limited to 'tools/designer/src/plugins/qwebview/qwebview.pro')
-rw-r--r-- | tools/designer/src/plugins/qwebview/qwebview.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/designer/src/plugins/qwebview/qwebview.pro b/tools/designer/src/plugins/qwebview/qwebview.pro new file mode 100644 index 0000000..b1f6371 --- /dev/null +++ b/tools/designer/src/plugins/qwebview/qwebview.pro @@ -0,0 +1,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 |