| author | William Roberts <williamr@symbian.org> |
| Thu, 22 Jul 2010 16:41:55 +0100 | |
| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 0 | 1918ee327afb |
| permissions | -rw-r--r-- |
| 0 | 1 |
QT += network |
2 |
SOURCES = main.cpp searchbox.cpp googlesuggest.cpp |
|
3 |
HEADERS = searchbox.h googlesuggest.h |
|
4 |
||
5 |
# install |
|
6 |
target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest |
|
7 |
sources.files = $$SOURCES $$HEADERS *.pro |
|
8 |
sources.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest |
|
9 |
INSTALLS += target sources |