summaryrefslogtreecommitdiffstats
path: root/examples/network/bearermonitor/CMakeLists.txt
blob: 001e5c7e2ed6048879b57ead0e652b40205ae156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated from bearermonitor.pro.

#####################################################################
## bearermonitor Binary:
#####################################################################

add_qt_executable(bearermonitor
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/bearermonitor"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/bearermonitor"
    SOURCES
        bearermonitor.cpp bearermonitor.h
        bearermonitor_240_320.ui
        bearermonitor_640_480.ui
        main.cpp
        sessionwidget.cpp sessionwidget.h sessionwidget.ui
    LIBRARIES
        Qt::Gui
        Qt::Network
        Qt::Widgets
)

#### Keys ignored in scope 1:.:bearermonitor.pro:<NONE>:
# CONFIG = "console"

## Scopes:
#####################################################################

extend_target(bearermonitor CONDITION WIN32
    LIBRARIES
        ws2_32
)