aboutsummaryrefslogtreecommitdiffstats
path: root/src/share/qtcreator/externaltools/qml.xml
blob: ec2cc5a9a7b28cd5b805973ee51c6440493b8e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

-->
<externaltool id="qml">
    <description>Runs the current QML file with QML utility.</description>
    <displayname>QML utility</displayname>
    <category>Qt Quick</category>
    <order>1</order>
    <executable>
        <path>%{CurrentDocument:Project:QT_INSTALL_BINS}/qml</path>
        <path>qml</path>
        <arguments>%{CurrentDocument:FilePath}</arguments>
        <workingdirectory>%{CurrentDocument:Path}</workingdirectory>
        <environment>QT_LOGGING_TO_CONSOLE%3D1</environment>
    </executable>
</externaltool>