aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/jsimport/SpecialRectangleTwo.qml
blob: d00634378256b6d43125b09d1d3d382dc70fddcd (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

import "importPragmaLibrary.js" as TestPragmaLibraryImport

Rectangle {
    width: TestPragmaLibraryImport.importIncrementedValue()
    height: width + 5
    color: "blue"
}