summaryrefslogtreecommitdiffstats
path: root/examples/designer/doc/snippets/doc_src_examples_taskmenuextension.pro
blob: 903cef948ac6dd245d2ef48d54c53f3a07a5de24 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

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