CarConfigurator: Update AssetDownloader module name

The AssetDownloader module is renamed to Qt.labs.assetdownloader.

Task-number: QTBUG-139846
Pick-to: 6.8 6.9 6.10 6.10.0
Change-Id: Ie052e9c7548a0f95e044bd6ecf900a7dcc300d71
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Ali Kianian 2025-09-05 18:39:22 +03:00
parent 5bc40255dd
commit bfdfd19554
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import QtCore
import QtQuick
import QtQuick.Controls
import QtQuick.Window
import Assets.Downloader
import Qt.labs.assetdownloader
import CarRendering
Window {