qtbase/examples/network/googlesuggest/googlesuggest.pro

11 lines
289 B
Prolog
Raw Permalink Normal View History

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)