aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimport/SpecialRectangleTwo.qml
blob: 581ae671e3199602eb2d8695ddc10f16de180fcb (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

import "importPragmaLibrary.js" as TestPragmaLibraryImport

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