File: README

package info (click to toggle)
kcachegrind 4%3A20.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,012 kB
  • sloc: cpp: 28,864; perl: 325; xml: 310; python: 235; sh: 9; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
This directory just contains _example_ code for using KCachegrind's
libcore/libviews in Qt-only apps, such as IDEs.

As it is useless to provide a stripped-down Qt-only application
within a KDE package together with the full-blown KDE version,
it is not installed.

For demonstration purpose, qcachegrind can be build without KDE libs
at all, using just qmake with the example qcachegrind.pro file.
For this, run "qmake; make".