Commit Graph

6 Commits

Author SHA1 Message Date
Pasi Petäjäjärvi ae989a87bc QML: Add indirect library dependencies for tests relying those
Pick-to: 6.2 6.3
Task-number: QTBUG-101341
Change-Id: I8c9413caf24f1d2afc6678d2432c08ac7da2f1c3
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
2022-03-02 15:21:08 +02:00
Assam Boudjelthia b6413335b0 Fix tst_controls missing resources
bundle all data resources and make sure all imports and bundled.

Add dummy.qml files which are needed for androiddeployqt to be able
to package the QML modules because they're not imported in a normal
fashion under a QML file but rather implicitly inside the test cases.

Pick-to: 6.2 6.3
Task-numer: QTBUG-97056
Change-Id: I8be72c06994cc7bd90fb176a19bf69142b225fd1
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2022-02-01 14:21:27 +00:00
Pasi Petäjäjärvi 8dc54c99fd QNX: Blacklist tests that fails
QNX tests are run on CI in qemu using offscreen
qpa plugin and software backend similar like b2qt.
See QTBUG-95750

Pick-to: 6.2 6.3
Task-number: QTBUG-95750
Change-Id: I4c6e4a513f8289d50922259e474a41173c29224b
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2022-02-01 14:21:26 +00:00
Kai Köhne 88fb3b4043 Fix license of tests from LGPL3 to GPL-EXCEPT
Autotests in Qt are usually GPL3, or BSD. No point in using the LGPL
here.

This also gets rid of last references to LICENSE.LGPLv3 in this
repository, so we can delete both LICENSE.LGPLv3 and LICENSE.GPLv3,
which it references.

Change-Id: Idbdefe0c68cc8047ede72b439a4d7ff40dfd71b6
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-11-29 09:22:01 +01:00
Zhang Hao 603c91f330 RangeSlider: fix both handles being hovered
When both handles overlap, only the handle with
the higher Z value should be hovered.

Pick-to: 6.2 6.1 5.15
Fixes: QTBUG-94558
Done-with: Mitch Curtis <mitch.curtis@qt.io>
Change-Id: I6565e199ea77f3fae7a0d2dc84b36fa244bc7260
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2021-08-13 10:12:17 +02:00
Mitch Curtis f865f4b76d Restructure tests in preparation for merging into qtdeclarative
Task-number: QTBUG-95173
Change-Id: I541dc26cf2cdd6f2640824f693f7d059445367d9
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-07-22 09:56:47 +02:00