summaryrefslogtreecommitdiffstats
path: root/src/designer/src/plugins/qwebview/qwebview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/plugins/qwebview/qwebview.pro')
-rw-r--r--src/designer/src/plugins/qwebview/qwebview.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/designer/src/plugins/qwebview/qwebview.pro b/src/designer/src/plugins/qwebview/qwebview.pro
new file mode 100644
index 000000000..b1f6371d1
--- /dev/null
+++ b/src/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