-
- Downloads
"README.md" did not exist on "152e7f453884ded935875b249ebb4405766edda6"
Export the locations of Qt5 packages on which modules depend
Qt5 packages provide libraries to VTK in the form of imported targets. VTK libraries that link to them get exported with dependencies on the imported targets. We must make them available to applications that link to these VTK libraries too. Teach each module that depends on Qt5 to export code that runs when an application loads the module as part of its build process. Find the needed Qt5 package on behalf of the application to satisfy the module's dependency on it. Change-Id: Ib638ccafa084fbb06c20eb09464265501ccafc80
Showing
- CMake/vtkModuleMacros.cmake 21 additions, 0 deletionsCMake/vtkModuleMacros.cmake
- GUISupport/Qt/CMakeLists.txt 3 additions, 0 deletionsGUISupport/Qt/CMakeLists.txt
- GUISupport/QtOpenGL/CMakeLists.txt 3 additions, 0 deletionsGUISupport/QtOpenGL/CMakeLists.txt
- GUISupport/QtSQL/CMakeLists.txt 4 additions, 0 deletionsGUISupport/QtSQL/CMakeLists.txt
- GUISupport/QtWebkit/CMakeLists.txt 3 additions, 0 deletionsGUISupport/QtWebkit/CMakeLists.txt
- Rendering/Qt/CMakeLists.txt 3 additions, 0 deletionsRendering/Qt/CMakeLists.txt
- Views/Qt/CMakeLists.txt 3 additions, 0 deletionsViews/Qt/CMakeLists.txt
Loading
Please register or sign in to comment