kde-playground/kcachegrind/qcachegrind
2015-03-04 07:38:41 +00:00
..
CMakeLists.txt import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
colorsettings.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
colorsettings.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
colorsettings.ui import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
configdialog.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
configdialog.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
configpage.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
configpage.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
generalsettings.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
generalsettings.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
generalsettings.ui import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcachegrind.desktop import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcachegrind.pro import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcachegrind.qrc import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcgconfig.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcgconfig.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcgmain.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcgtoplevel.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qcgtoplevel.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qtcolorbutton.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
qtcolorbutton.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
README import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
sourcesettings.cpp import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
sourcesettings.h import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00
sourcesettings.ui import kcachegrind with automoc migrated 2015-03-04 07:38:41 +00:00

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".