Skip to content
Commit ede051c7 authored by Krzysztof Nowicki's avatar Krzysztof Nowicki
Browse files

Fix linkage of EWS tests

The resource is pulled into a static library, which is then linked
into each of the test. The problem is that the linker will only pull
objects, for which symbol dependencies exist. This is not the case for
Qt resources, which by itself do not export anything and only rely on
static globals. This means that objects containing Qt resources need
to be explicitly named on the linker command line - otherwise they are
not linked in and therefore missing from the final executable.

Fixes: 3c966d60

 (Use autorcc directly)
Signed-off-by: default avatarKrzysztof Nowicki <krissn@op.pl>
parent e92ab8c1
Pipeline #77356 failed with stage
in 26 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment