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

(-)kuickshow/kuickshow/src/Makefile.am.ORI (-1 / +1 lines)
Lines 10-16 Link Here
10
METASOURCES = AUTO
10
METASOURCES = AUTO
11
11
12
kuickshow_la_LDFLAGS = $(all_libraries) -module -avoid-version
12
kuickshow_la_LDFLAGS = $(all_libraries) -module -avoid-version
13
kuickshow_la_LIBADD  = $(LIB_KDEPRINT) $(LIB_IMLIB)
13
kuickshow_la_LIBADD  = $(LIB_KDEPRINT) $(LIB_IMLIB) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO)
14
kuickshow_la_SOURCES =	kuickshow.cpp \
14
kuickshow_la_SOURCES =	kuickshow.cpp \
15
	aboutwidget.cpp     generalwidget.cpp  kuickconfigdlg.cpp  main.cpp \
15
	aboutwidget.cpp     generalwidget.cpp  kuickconfigdlg.cpp  main.cpp \
16
	defaultswidget.cpp  imagewindow.cpp    kuickdata.cpp  \
16
	defaultswidget.cpp  imagewindow.cpp    kuickdata.cpp  \

Return to bug 1133