blob: 7914ee1584eb53fb18a6692906f392154d3628c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
khtmliconsdir = $(kde_datadir)/khtml/icons
khtmlicons_ICON = bug \
images_display \
wallet_open
# Install globally so they show up in when JS debugger is run in Konqueror
KDE_ICON = dbgnext \
dbgrun \
dbgrunto \
dbgstep
|