summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/sleep/CMakeLists.txt
blob: ea85b03cc162f661b971a7f500e49f497a89c1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from sleep.pro.

#####################################################################
## sleep Binary:
#####################################################################

add_qt_executable(sleep
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        tst_sleep.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)

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