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

import "importPragmaLibrary.js" as ImportPragmaLibrary

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