diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2022-02-01 11:01:50 +0100 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2022-02-01 15:21:27 +0100 |
commit | bf38043b6107cb10bca4be78ecc8bbc20338a61b (patch) | |
tree | 1da9dda810c3551579c6ef6a1615ee42f3c0874c /tests/auto/qml/qmlbasicapp/BasicExtension/ESModule.mjs | |
parent | 9a30895128728f9f1720ab7cb53e90e5e823a568 (diff) | |
download | qtdeclarative-bf38043b6107cb10bca4be78ecc8bbc20338a61b.tar.gz |
CMake: Include upper case .js and .mjs files in qmldir
You can use them as singletons.
Pick-to: 6.2 6.3
Fixes: QTBUG-100326
Change-Id: I8e07600657bd43ba8376279ffe39cfa5d3213c38
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlbasicapp/BasicExtension/ESModule.mjs')
-rw-r--r-- | tests/auto/qml/qmlbasicapp/BasicExtension/ESModule.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlbasicapp/BasicExtension/ESModule.mjs b/tests/auto/qml/qmlbasicapp/BasicExtension/ESModule.mjs new file mode 100644 index 0000000000..e1424dc501 --- /dev/null +++ b/tests/auto/qml/qmlbasicapp/BasicExtension/ESModule.mjs @@ -0,0 +1 @@ +export function eee() { return "eee" } |