Skip to content
Snippets Groups Projects
Commit 56db1907 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

Use Qt5 COMPNENTS in find_package instead of finding each package directly.

If you find each qt5 component directly, you have to specifiy the path
to Qt5 config files for each component. If you use
find_package(Qt5 COMPONENT component), then you can specify one Qt5
config directory and all the components will be found.
parent 9ab569dc
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 19 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment