diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2009-05-26 09:03:24 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2009-05-26 09:04:31 (GMT) |
commit | 86598234d8c055fe8dbc474d292619d453cc9f56 (patch) | |
tree | 1d0e73ee6ea7524ffff044fa5be4503414975b3c /examples/network | |
parent | 81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda (diff) | |
download | Qt-86598234d8c055fe8dbc474d292619d453cc9f56.zip Qt-86598234d8c055fe8dbc474d292619d453cc9f56.tar.gz Qt-86598234d8c055fe8dbc474d292619d453cc9f56.tar.bz2 |
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')
-rw-r--r-- | examples/network/googlesuggest/googlesuggest.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/googlesuggest/googlesuggest.pro b/examples/network/googlesuggest/googlesuggest.pro index afd600f..33b79de 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 |