summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-04-05 12:03:17 +0200
committerMichal Klocek <michal.klocek@qt.io>2022-04-07 10:00:17 +0000
commitef685c981d4245b7c704a9d566b05db064756c1f (patch)
tree109e0bcec733441cbd733ccb599a4dc33f8d5f9b /tests/auto/widgets
parent288f60442fefa717dfc3c7587f1d480910b50874 (diff)
Fix location of WebEngineProcess on build machines for framework builds
For some unknown reason we had built qtwebengine process in 'libexecdir' and installed later into 'libdir' for module frameworks builds. Unfortunately this can not work if you run tests on same build machines as bundle for webenginecore will be loaded form build dir and not form installation dir resulting in load of webengineprocess form incorrect 'libdir'. Set simply correct build paths, so they match install ones: framework build uses 'libdir' and non framework one 'libdirexec'. Remove bogus copy line as it is no longer needed for super builds. Copy resources locally to build tree so local build tree test can use them during execution. Pick-to: 6.3 6.2 Change-Id: Ib61ac5659330386ca43c9e403d5fe4d5e214158f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/widgets')
0 files changed, 0 insertions, 0 deletions