summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/doc/snippets/manual/doc_src_designer-manual.pro
blob: f09f257e22dac582fff0a221ecff71415977334a (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) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#! [0]
QT += uitools
#! [0]


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


#! [4]
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
#! [4]


#! [5]
QT += script
#! [5]