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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
INSTALLS += target