Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.3.0 Beta2
-
None
Description
Tests failing because they cannot locate libraries to which those are not directly linked by has dependency via other library to which they are linked.
Happens with QtQuick, QtQuick.Templates at least:
QWARN : qquicklayouts::tst_gridlayout::compile()
/home/papetaja/SSD1T/QNX/qt5/qtdeclarative/tests/auto/quick/qquicklayouts/data/tst_gridlayout.qml:51,1: module "QtQuick" version 2.6 is not installed
:/qt-project.org/imports/QtQuick/qmldir: module "QtQuick" plugin "qtquick2plugin" not found
Working directory: /home/papetaja/work/qt/qtdeclarative_standalone_tests/tests/auto/quick/qquicklayouts
Import paths:
'/home/papetaja/work/qt/qtdeclarative_standalone_tests/tests/auto/quick/qquicklayouts'
'qrc:/qt-project.org/imports'
'/home/papetaja/work/install/target/qml'
Plugin paths:
'.'
QWARN : tst_controls::Basic::tst_abstractbutton::compile()
/home/qt/work/qt/qtdeclarative/tests/auto/quickcontrols2/controls/data/tst_abstractbutton.qml produced 2 error(s):
/home/qt/work/qt/qtdeclarative/tests/auto/quickcontrols2/controls/data/tst_abstractbutton.qml:65,9: Type AbstractButton unavailable
qrc:/qt-project.org/imports/QtQuick/Controls/Basic/AbstractButton.qml:41,1: module "QtQuick.Templates" is not installed
Working directory: /home/qt/work/qt/qtdeclarative_standalone_tests/tests/auto/quickcontrols2/controls/basic
Import paths:
'/home/qt/work/qt/qtdeclarative_standalone_tests/tests/auto/quickcontrols2/controls/basic'
'qrc:/qt-project.org/imports'
'/home/qt/work/install/target/qml'
Plugin paths:
'.'
Attachments
Issue Links
- is required for
-
QTBUG-101327 FAIL! : qquicklayouts::tst_gridlayout::compile in QNX_710
- Closed