summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/googlesuggest.pro
blob: 6879369ddcfc16868f1847a2fedbd43610f31d5a (plain)
1
2
3
4
5
6
7
8
9
10
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


simulator: warning(This example might not fully work on Simulator platform)