summaryrefslogtreecommitdiffstats
path: root/examples/webkit/webkit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/webkit.pro')
-rw-r--r--examples/webkit/webkit.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/webkit/webkit.pro b/examples/webkit/webkit.pro
new file mode 100644
index 0000000000..3777eecc00
--- /dev/null
+++ b/examples/webkit/webkit.pro
@@ -0,0 +1,9 @@
+TEMPLATE = subdirs
+SUBDIRS += formextractor \
+ previewer
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/webkit
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webkit.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/webkit
+INSTALLS += target sources