blob: 518b19adab8737df65c240f8e35f3b25dafd24f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
kdevelopdir = $(kde_datadir)/kdevelop/icons
kdevelop_ICON = AUTO
kdevdebuggerdir = $(kde_datadir)/kdevdebugger/icons
kdevdebugger_ICON = dbgnext dbgwatchvar dbgrun dbgstepout dbgmemview dbgparam dbgrunto dbgstep dbgnextinst dbgrestart dbgstepinst dbgvar debugger dbgjumpto
cppsupportdir = $(kde_datadir)/kdevcppsupport/icons
cppsupport_ICON = classnew classwiz
kdevrbdebuggerdir = $(kde_datadir)/kdevrbdebugger/icons
kdevrbdebugger_ICON = dbgnext dbgrun dbgstepout dbgrunto dbgstep dbgrestart debugger
grepdir = $(kde_datadir)/kdevgrepview/icons
grep_ICON = grep
|