Make dependency on KChart optional
authorMilian Wolff <mail@milianw.de>
Sun, 8 Jan 2017 22:10:28 +0000 (23:10 +0100)
committerMilian Wolff <mail@milianw.de>
Sun, 8 Jan 2017 22:14:21 +0000 (23:14 +0100)
commit4c5f7a177a5268a7d13635619e3fc526e79ae298
tree5185d67702f737be367bdb85681e200589e4429e
parent0c5d7cdb645244e39358f89ef0d3e174c2e051d1
Make dependency on KChart optional

The heaptrack_gui is pretty useable without KChart. So for those
who don't have access to KChart, simply skip charting and only
display the table views of raw data. Still better than using
heaptrack_print.
CMakeLists.txt
README.md
gui/CMakeLists.txt
gui/gui_config.h.cmake [new file with mode: 0644]
gui/mainwindow.cpp
gui/mainwindow.ui