summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2009-05-26 11:03:24 +0200
committerTrond Kjernåsen <trond@trolltech.com>2009-05-26 11:04:31 +0200
commit86598234d8c055fe8dbc474d292619d453cc9f56 (patch)
tree1d0e73ee6ea7524ffff044fa5be4503414975b3c /examples/network/googlesuggest
parent81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda (diff)
BT: Google suggest example not launching from the Qt Demo app.
The example was installed in the wrong directory. Task-number: 254452 Reviewed-by: Kim
Diffstat (limited to 'examples/network/googlesuggest')
-rw-r--r--examples/network/googlesuggest/googlesuggest.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/googlesuggest/googlesuggest.pro b/examples/network/googlesuggest/googlesuggest.pro
index afd600f85f..33b79de5e4 100644
--- a/examples/network/googlesuggest/googlesuggest.pro
+++ b/examples/network/googlesuggest/googlesuggest.pro
@@ -3,7 +3,7 @@ SOURCES = main.cpp searchbox.cpp googlesuggest.cpp
HEADERS = searchbox.h googlesuggest.h
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlesuggest
+target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
sources.files = $$SOURCES $$HEADERS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlesuggest
+sources.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
INSTALLS += target sources