By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1736
Collapse All | Expand All

(-)kvkbd/src/Makefile.am (-1 / +1 lines)
Lines 10-16 Link Here
10
	$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
10
	$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
11
	$(XGETTEXT) *.cpp -o $(podir)/kvkbd.pot
11
	$(XGETTEXT) *.cpp -o $(podir)/kvkbd.pot
12
12
13
KDE_ICON = AUTO
13
KDE_ICON = kvkbd
14
14
15
#########################################################################
15
#########################################################################
16
# APPLICATION SECTION
16
# APPLICATION SECTION

Return to bug 1736