C
Qt Quick Ultralite 汽车集群演示
/****************************************************************************** ** ** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Quick Ultralite module. ** ** $QT_BEGIN_LICENSE:COMM$ ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see http://www.qt.io/terms-conditions. For further ** information use the contact form at http://www.qt.io/contact-us. ** ** $QT_END_LICENSE$ ** ******************************************************************************/ import QmlProject 1.3 Project { projectRootPath: ".." MCU.Module { uri: "Automotive" } QmlFiles { files: [ "imports/Automotive/MainModel.qml", "imports/Automotive/MathAPI.qml", "imports/Automotive/MediaPlayerModel.qml", "imports/Automotive/NaviModel.qml", "imports/Automotive/NormalModeModel.qml", "imports/Automotive/PhoneModel.qml", "imports/Automotive/SettingsMenuModel.qml", "imports/Automotive/SportModeModel.qml", "imports/Automotive/Style.qml", "imports/Automotive/TellTalesModel.qml", "Units.qml", "SpeedLimitValues.qml", "SpeedLimitImage.qml", "region/Region.qml" ] } InterfaceFiles { files: ["src/connectivityservice.h"] } ImageFiles { files: [ "images/arrow-0.png", "images/arrow-45.png", "images/arrow-90.png", "images/arrow-round.png", "images/speed-limit-warnings/55mph.png", "images/speed-limit-warnings/70.png", "images/speed-limit-warnings/50.png", "images/speed-limit-warnings/140.png", "images/speed-limit-warnings/90.png", "images/speed-limit-warnings/30.png", "images/speed-limit-warnings/20mph.png", "images/speed-limit-warnings/45mph.png", "images/speed-limit-warnings/35mph.png", "images/speed-limit-warnings/85mph.png" ] } }