Add new cmake function to add optional Qt5 plugin directory
This allow to add plugins which names are plateform dependant and may be there or not, such as audio plugins which are named after the backend they represent (qtaudio_also, qtaudio_pulse, etc)
Edited by Timothee Chabat
Merge request reports
Activity
added 1 commit
- 37c78c80 - Add new cmake function to add optional Qt5 plugin directory
mentioned in merge request paraview-superbuild!1060 (merged)
added 1 commit
- b3043adf - Add new cmake function to add optional Qt5 plugin directory
- Resolved by Mathieu Westphal (Kitware)
Lets wait for @ben.boeckel imput
added 1 commit
- 57fafb86 - Add new cmake function to add optional Qt5 plugin directory
- Resolved by Timothee Chabat
please explain the reason for this implementation either in the descr, the commit message or even as comments in the code.
added 1 commit
- 3e10e35e - Add new cmake function to add optional Qt5 plugin directory
@mwestphal please review
- Resolved by Mathieu Westphal (Kitware)
how about we rework the API like this:
superbuild_get_qt5_plugins_root(root)
superbuild_get_qt5_plugin_paths_of_type(root, type, paths)
superbuild_get_qt5_plugins_paths(root, type, names, paths)
assigned to @timothee.chabat
Please register or sign in to reply