Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7
-
dc03949ce (dev), 6b3961c94 (6.8)
Description
Setting the environment variable QML_IMPORT_TRACE=1, we get messages like
qt.qml.import: addLibraryImport: qrc:/MyApp/main.qml "QtQuick" version ' invalid ' as ""
The word "invalid" can give the impression that a problem has occurred. Since it is perfectly valid (and recommended) to write "import QtQuick" instead of "import QtQuick 2.15", I suggest changing the log message (perhaps "unversioned" instead of "invalid")