Qt: Fix leak on CaptureFileDialog preview of file with errors
[wireshark.git] / CMakeGraphVizOptions.cmake
blob35748c28fc209d3c988179216d7b74c84b0d01cb
1 # CMake configuration to control the look and contents of generated graphviz files.
3 # Documentation: https://cmake.org/cmake/help/latest/module/CMakeGraphVizOptions.html
5 # To generate a dependency graph from the build directory:
7 #   cmake . --graphviz=wireshark.dot
8 #   fdp wireshark.dot -Tpdf -o wireshark.pdf
10 set(GRAPHVIZ_GRAPH_NAME "Wireshark dependency graph")
11 set(GRAPHVIZ_GRAPH_HEADER \tsize="5!" \n\tgraph[splines="true",forcelabels="true",overlap="false"] \n)