summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/googlesuggest.pro
blob: 0f887318a3a38c7e4b7e5d2794249e8a5db30f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT      +=  network
SOURCES =   main.cpp searchbox.cpp googlesuggest.cpp
HEADERS  =  searchbox.h googlesuggest.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/googlesuggest
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/googlesuggest
INSTALLS += target sources

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example

symbian: warning(This example might not fully work on Symbian platform)
maemo5: warning(This example might not fully work on Maemo platform)
simulator: warning(This example might not fully work on Simulator platform)