summaryrefslogtreecommitdiffstats
path: root/tests/manual/qt_poll/CMakeLists.txt
blob: 2b61787b10187bd61ce44077365e4c2fc5810d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qt_poll.pro.

#####################################################################
## tst_qt_poll Test:
#####################################################################

qt_internal_add_test(tst_qt_poll
    SOURCES
        ../../../src/corelib/kernel/qpoll.cpp
        tst_qt_poll.cpp
    INCLUDE_DIRECTORIES
        ../../../src/corelib/kernel
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Network
)