summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/googlesuggest.pro
blob: afd600f85f6b8e9dc203f6676f2a1c2b18073ce1 (plain)
1
2
3
4
5
6
7
8
9
QT      +=  network
SOURCES =   main.cpp searchbox.cpp googlesuggest.cpp
HEADERS  =  searchbox.h googlesuggest.h

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