Qt Graphs 옵션 구성
주요 기능
주요 기능을 토글할 때 두 기능을 모두 비활성화하면 모듈이 전혀 빌드되지 않습니다.
- QT_FEATURE_graphs_2d를 사용하면 Qt Graphs 모듈에 2D 그래프 지원을 빌드할 수 있습니다. 기본값은
ON
입니다. 이 값은-DFEATURE_graphs_2d=OFF
을 CMake에 전달하여 비활성화할 수 있습니다. - QT_FEATURE_graphs_3d는 3D 그래프 지원을 Qt Graphs 모듈에 빌드할 수 있게 합니다. 기본값은
ON
입니다.-DFEATURE_graphs_3d=OFF
을 CMake에 전달하여 비활성화할 수 있습니다.
Qt Graphs 3D 기능의 경우
3D 기능을 토글할 때 모두 비활성화하면 모듈을 아무 용도로도 사용할 수 없게 됩니다. QT_FEATURE_graphs_3d
을 비활성화하면 아무런 영향을 미치지 않습니다.
- QT_FEATURE_graphs_3d_bars3d를 사용하면 Qt Graphs 모듈에 Bars3D 그래프 지원을 빌드할 수 있습니다. 기본값은
ON
입니다.-DFEATURE_graphs_3d_bars3d=OFF
을 CMake에 전달하여 비활성화할 수 있습니다. - QT_FEATURE_graphs_3d_scatter3d는 Qt Graphs 모듈에 Scatter3D 그래프 지원을 빌드할 수 있게 합니다. 기본값은
ON
입니다.-DFEATURE_graphs_3d_scatter3d=OFF
을 CMake에 전달하여 비활성화할 수 있습니다. - QT_FEATURE_graphs_3d_surface3d는 Qt Graphs 모듈에 Surface3D 그래프 지원을 빌드할 수 있게 합니다. 기본값은
ON
입니다.-DFEATURE_graphs_3d_surface3d=OFF
을 CMake에 전달하여 비활성화할 수 있습니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.