qt6-bb10/examples/network/googlesuggest/CMakeLists.txt

19 lines
541 B
CMake

# Generated from googlesuggest.pro.
#####################################################################
## googlesuggest Binary:
#####################################################################
add_qt_executable(googlesuggest
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/googlesuggest"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/googlesuggest"
SOURCES
googlesuggest.cpp googlesuggest.h
main.cpp
searchbox.cpp searchbox.h
LIBRARIES
Qt::Network
Qt::Widgets
)