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

#####################################################################
## keyboard Binary:
#####################################################################

add_qt_executable(keyboard
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        tst_keyboard.cpp
    LIBRARIES
        Qt::GuiPrivate
        Qt::TestPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Test
)

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