summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/xkbcommon/CMakeLists.txt
blob: 86d132d9128f5a659d01687ee19378b2fabd34f4 (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
# Generated from xkbcommon.pro.

#####################################################################
## XkbCommonSupport Module:
#####################################################################

qt_add_module(XkbCommonSupport
    STATIC
    INTERNAL_MODULE
    SOURCES
        qxkbcommon.cpp qxkbcommon_p.h
        qxkbcommon_3rdparty.cpp
    DEFINES
        QT_NO_CAST_FROM_ASCII
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        XKB::XKB
    PRECOMPILED_HEADER
        "../../../corelib/global/qt_pch.h"
)

#### Keys ignored in scope 1:.:.:xkbcommon.pro:<TRUE>:
# MODULE = "xkbcommon_support"

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

qt_extend_target(XkbCommonSupport CONDITION CLANG AND NOT ICC
    COMPILE_OPTIONS
        -ftemplate-depth=1024
)