aboutsummaryrefslogtreecommitdiffstats
path: root/src/share/qtcreator/externaltools/qmlscene.xml
blob: 7d66f4b42c7c6aea3fd6eee666fe1386bf430d0f (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+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

-->
<externaltool id="qmlscene">
    <description>Runs the current QML file with qmlscene. This requires Qt 5.</description>
    <displayname>Qt Quick 2 Preview (qmlscene)</displayname>
    <category>Qt Quick</category>
    <order>1</order>
    <executable>
        <path>%{CurrentDocument:Project:QT_INSTALL_BINS}/qmlscene</path>
        <path>qmlscene</path>
        <arguments>%{CurrentDocument:FilePath}</arguments>
        <workingdirectory>%{CurrentDocument:Path}</workingdirectory>
        <environment>QT_LOGGING_TO_CONSOLE%3D1</environment>
    </executable>
</externaltool>