Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_macdeployqt: fix runVerifyDeployment()
QList rather pointlessly has a startsWith() function, which means this code compiled. But the code makes no sense: it tests the same condition over and over again, so I'm assuming that it should be path.startsWith() and not path_s_.startsWith(). Amends 3f56950, but that just imported the code from qttools. I didn't check whether the bug was present there, already. Pick-to: 6.6 6.5 Change-Id: I98a4bbfe0400700655a5c2137f7a976a835a8d28 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Tor Arne Vestbø <[email protected]>
- Loading branch information