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

#####################################################################
## mouse Binary:
#####################################################################

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

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