Add new cmake function to add optional Qt5 plugin directory
All threads resolved!
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
added 1 commit
- 3cb73087 - Add new cmake function to add optional Qt5 plugin directory
- Resolved by Timothee Chabat
+2 pending CI
mentioned in commit 7df7c053
mentioned in commit timothee.chabat/paraview-superbuild@e76b81b5
mentioned in merge request LidarView/lidarview-superbuild!73 (merged)
Please register or sign in to reply