summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/localfortuneclient/CMakeLists.txt
blob: 39ef3f4e3ff65c38841ef994e903ca00d29c3700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from localfortuneclient.pro.

#####################################################################
## localfortuneclient Binary:
#####################################################################

add_qt_executable(localfortuneclient
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/ipc/localfortuneclient"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/ipc/localfortuneclient"
    SOURCES
        client.cpp client.h
        main.cpp
    LIBRARIES
        Qt::Network
        Qt::Widgets
)