diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-18 11:52:53 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-18 11:52:53 (GMT) |
commit | 0045fd9860b0fbc4cb5af88127c31753c5c03694 (patch) | |
tree | 2ad0e7801bf5ad9d0affd17ea7e3838d04cfa0f4 /examples/webkit/googlechat | |
parent | 9ad849c8520e3a1efe47f1f67fb675c8e7754054 (diff) | |
download | Qt-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.pro | 4 |
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 |