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