aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbtest/CMakeLists.txt
blob: b23be5a0099dbac7ab8796e3a9168cdb67d1aee8 (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
34
35
36
37
38
39
40
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from x11vkbtest.pro.

#####################################################################
## x11vkbtest Binary:
#####################################################################

find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Charts)
if(NOT TARGET Qt::Charts)
    message("Manual test x11vkbtest won't be built, because Qt::Charts was not found.")
    return()
endif()

qt_internal_add_manual_test(x11vkbtest
    GUI
    SOURCES
        colors.h
        filehelper.cpp filehelper.h
        main.cpp
        memorymonitor.cpp memorymonitor.h
        mousesimulator.cpp mousesimulator.h
        processhandler.cpp processhandler.h
        startclose.cpp startclose.h
        testbase.cpp testbase.h
        testenglishletters.cpp testenglishletters.h
        testlanguagechange.cpp testlanguagechange.h
        testreporter.cpp testreporter.h
        testthread.cpp testthread.h
        windowhelper.cpp windowhelper.h
    DEFINES
        QT_DEPRECATED_WARNINGS
    LIBRARIES
        Qt::Charts
        Qt::Gui
        X11::X11
        Xtst
        xdo
)