summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_emb-charinput.qdoc
blob: 3ac1648663731177193d340e5e5131389ec2920d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [0]
./configure -help
//! [0]


//! [1]
configure -qt-kbd-linuxinput
//! [1]


//! [2]
export QWS_KEYBOARD=<driver>[:<driver specific options>]
//! [2]


//! [3]
export QWS_KEYBOARD="<driver>[:<driver specific options>]
        <driver>[:<driver specific options>]
        <driver>[:<driver specific options>]"
//! [3]