-
- Downloads
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.
Showing
- CMake/vtkQt.cmake 0 additions, 1 deletionCMake/vtkQt.cmake
- Examples/GUI/Qt/Events/CMakeLists.txt 1 addition, 1 deletionExamples/GUI/Qt/Events/CMakeLists.txt
- Examples/GUI/Qt/FourPaneViewer/CMakeLists.txt 1 addition, 1 deletionExamples/GUI/Qt/FourPaneViewer/CMakeLists.txt
- Examples/GUI/Qt/GraphicsView/CMakeLists.txt 1 addition, 1 deletionExamples/GUI/Qt/GraphicsView/CMakeLists.txt
- Examples/GUI/Qt/ImageViewer/CMakeLists.txt 1 addition, 1 deletionExamples/GUI/Qt/ImageViewer/CMakeLists.txt
- Examples/GUI/Qt/SimpleView/CMakeLists.txt 1 addition, 1 deletionExamples/GUI/Qt/SimpleView/CMakeLists.txt
- Examples/Infovis/Cxx/CustomLinkView/CMakeLists.txt 1 addition, 1 deletionExamples/Infovis/Cxx/CustomLinkView/CMakeLists.txt
- Examples/Infovis/Cxx/EasyView/CMakeLists.txt 1 addition, 1 deletionExamples/Infovis/Cxx/EasyView/CMakeLists.txt
- Examples/Infovis/Cxx/StatsView/CMakeLists.txt 1 addition, 1 deletionExamples/Infovis/Cxx/StatsView/CMakeLists.txt
- GUISupport/Qt/CMakeLists.txt 2 additions, 2 deletionsGUISupport/Qt/CMakeLists.txt
- GUISupport/Qt/Testing/Cxx/CMakeLists.txt 1 addition, 1 deletionGUISupport/Qt/Testing/Cxx/CMakeLists.txt
- GUISupport/QtOpenGL/CMakeLists.txt 1 addition, 1 deletionGUISupport/QtOpenGL/CMakeLists.txt
- GUISupport/QtSQL/CMakeLists.txt 2 additions, 2 deletionsGUISupport/QtSQL/CMakeLists.txt
- GUISupport/QtSQL/Testing/Cxx/CMakeLists.txt 1 addition, 1 deletionGUISupport/QtSQL/Testing/Cxx/CMakeLists.txt
- GUISupport/QtWebkit/CMakeLists.txt 1 addition, 1 deletionGUISupport/QtWebkit/CMakeLists.txt
- Rendering/Qt/CMakeLists.txt 1 addition, 1 deletionRendering/Qt/CMakeLists.txt
- Views/Qt/CMakeLists.txt 1 addition, 1 deletionViews/Qt/CMakeLists.txt
Loading
Please register or sign in to comment