summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket/udpServer/.prev_CMakeLists.txt
blob: 7796fbe4768c7fa1f54eecb1ce6696206e5e4d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Generated from udpServer.pro.

#####################################################################
## udpServer Binary:
#####################################################################

qt_add_executable(udpServer
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Network
)