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 947
Collapse All | Expand All

(-)kbarcode/kbarcode/Makefile.am (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
# let automoc handle all of the meta source files (moc)
9
# let automoc handle all of the meta source files (moc)
10
METASOURCES = AUTO
10
METASOURCES = AUTO
11
KDE_ICON = AUTO
11
KDE_ICON = kbarcode
12
12
13
messages: rc.cpp
13
messages: rc.cpp
14
	$(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot
14
	$(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot

Return to bug 947