aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/testImportPragmaLibrary.qml
blob: f04ce007d8aef3976b536422d7da8082d4f87721 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

import "importPragmaLibrary.js" as ImportPragmaLibrary

QtObject {
    id: testQtObject
    property int testValue: ImportPragmaLibrary.importValue()
}