summaryrefslogtreecommitdiffstats
path: root/examples/network/bearermonitor/CMakeLists.txt
blob: 83c45fb21a934bf257cce457e7d0614edf470db2 (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
32
33
# 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
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Network
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)

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

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

extend_target(bearermonitor CONDITION WIN32
    PUBLIC_LIBRARIES
        ws2_32
)