summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/googlesuggest.pro
blob: 58343d473aca18d3245f0f434bbcf22aa5cd2d2e (plain)
1
2
3
4
5
6
7
8
9
QT      +=  network widgets
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