QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / importJs.5.qml
1 import com.nokia.VersionedOnlyJsModule 1.0
2 import QtQuick 2.0
3
4 Item {
5     property bool test: false
6 }