64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
19 lines
541 B
CMake
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
|
|
)
|