summaryrefslogtreecommitdiffstats
path: root/examples/webkit/googlechat
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-18 11:52:53 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-18 11:52:53 (GMT)
commit0045fd9860b0fbc4cb5af88127c31753c5c03694 (patch)
tree2ad0e7801bf5ad9d0affd17ea7e3838d04cfa0f4 /examples/webkit/googlechat
parent9ad849c8520e3a1efe47f1f67fb675c8e7754054 (diff)
downloadQt-0045fd9860b0fbc4cb5af88127c31753c5c03694.zip
Qt-0045fd9860b0fbc4cb5af88127c31753c5c03694.tar.gz
Qt-0045fd9860b0fbc4cb5af88127c31753c5c03694.tar.bz2
Compilation fix. Added missing network dependency
Diffstat (limited to 'examples/webkit/googlechat')
-rw-r--r--examples/webkit/googlechat/googlechat.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webkit/googlechat/googlechat.pro b/examples/webkit/googlechat/googlechat.pro
index bc2aad3..8e4f9a6 100644
--- a/examples/webkit/googlechat/googlechat.pro
+++ b/examples/webkit/googlechat/googlechat.pro
@@ -1,4 +1,4 @@
-QT += webkit
+QT += webkit network
HEADERS = googlechat.h
SOURCES = main.cpp \
googlechat.cpp
@@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlechat
INSTALLS += target sources
-symbian:TARGET.UID3 = 0xA000CF6E \ No newline at end of file
+symbian:TARGET.UID3 = 0xA000CF6E