summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/docs/webkitsnippets/webelement/webelement.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/docs/webkitsnippets/webelement/webelement.pro')
-rw-r--r--Source/WebKit/qt/docs/webkitsnippets/webelement/webelement.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebKit/qt/docs/webkitsnippets/webelement/webelement.pro b/Source/WebKit/qt/docs/webkitsnippets/webelement/webelement.pro
new file mode 100644
index 0000000..8ca4b59
--- /dev/null
+++ b/Source/WebKit/qt/docs/webkitsnippets/webelement/webelement.pro
@@ -0,0 +1,8 @@
+TEMPLATE = app
+CONFIG -= app_bundle
+CONFIG(QTDIR_build) {
+ QT += webkit
+}
+SOURCES = main.cpp
+include(../../../../../WebKit.pri)
+QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR