Access qt5 developer tools from qt5 module or dependency #13578
Unanswered
aullidolunar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is how I'm calling qt:
And this is the log messages lauching
meson setup
:As you can see, there's a twice searching of some tools like
lrelease
andrcc
. Is there a way to access those tools path from the qt5 module or dependency to avoid the second call. I know I just can userun_target(..., command: ['rcc'])
but I rather use the cached path instead.Beta Was this translation helpful? Give feedback.
All reactions