summaryrefslogtreecommitdiffstats
path: root/examples/webkit/framecapture/framecapture.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/framecapture/framecapture.pro')
-rw-r--r--examples/webkit/framecapture/framecapture.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/webkit/framecapture/framecapture.pro b/examples/webkit/framecapture/framecapture.pro
new file mode 100644
index 000000000..6f2f0934a
--- /dev/null
+++ b/examples/webkit/framecapture/framecapture.pro
@@ -0,0 +1,11 @@
+QT += webkit
+
+HEADERS = framecapture.h
+SOURCES = main.cpp \
+ framecapture.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
+sources.files = $$SOURCES $$HEADERS
+sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
+INSTALLS += target sources