mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
.. | ||
CMakeLists.txt | ||
colorsettings.cpp | ||
colorsettings.h | ||
colorsettings.ui | ||
configdialog.cpp | ||
configdialog.h | ||
configpage.cpp | ||
configpage.h | ||
generalsettings.cpp | ||
generalsettings.h | ||
generalsettings.ui | ||
qcachegrind.desktop | ||
qcachegrind.pro | ||
qcachegrind.qrc | ||
qcgconfig.cpp | ||
qcgconfig.h | ||
qcgmain.cpp | ||
qcgtoplevel.cpp | ||
qcgtoplevel.h | ||
qtcolorbutton.cpp | ||
qtcolorbutton.h | ||
README | ||
sourcesettings.cpp | ||
sourcesettings.h | ||
sourcesettings.ui |
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".