summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/CMakeLists.txt
blob: ef5deedb80173c2e46843c19463d9d09d2edca45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
)