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