|
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)
|