summaryrefslogtreecommitdiff
path: root/doc/snippets/plugins/doc_src_plugins-howto.pro
blob: c8cc4c14da34e904d669d36b92193084efa77939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#! [3]
CONFIG += release
#! [3]

#! [4]
QTPLUGIN.platforms = qminimal
#! [4]

#! [5]
QTPLUGIN += qlibinputplugin
#! [5]

#! [6]
QTPLUGIN.platforms = -
#! [6]

#! [7]
CONFIG -= import_plugins
#! [7]