summaryrefslogtreecommitdiffstats
path: root/examples/webkit/googlechat/googlechat.pro
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-28 07:40:30 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-28 07:40:30 (GMT)
commit427c35771a83cce39f5f48c188c180d35ef6ecc9 (patch)
tree31164c83e5cf610cee9c505e857141866995664d /examples/webkit/googlechat/googlechat.pro
parent7a35cb66f1ca6e90655ece3c726f8d2c01c68b53 (diff)
parentf65e60b49395d68be78259ec82c9969b267e591c (diff)
downloadQt-427c35771a83cce39f5f48c188c180d35ef6ecc9.zip
Qt-427c35771a83cce39f5f48c188c180d35ef6ecc9.tar.gz
Qt-427c35771a83cce39f5f48c188c180d35ef6ecc9.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
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