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

#####################################################################
## localfortuneserver Binary:
#####################################################################

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