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

(-)kdeutils/kcalc/Makefile.am.ORI (-1 / +1 lines)
Lines 19-25 Link Here
19
			kcalctype.h dlabel.h stats.h
19
			kcalctype.h dlabel.h stats.h
20
20
21
kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version
21
kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version
22
kcalc_la_LIBADD = $(LIB_KDEUI) knumber/libknumber.la
22
kcalc_la_LIBADD = $(LIB_KDEUI) knumber/libknumber.la $(LIB_QT) $(LIB_KDECORE)
23
23
24
KDE_ICON = kcalc
24
KDE_ICON = kcalc
25
25
(-)kdeutils/kedit/Makefile.am.ORI (-1 / +1 lines)
Lines 12-18 Link Here
12
kdeinit_LTLIBRARIES = kedit.la
12
kdeinit_LTLIBRARIES = kedit.la
13
13
14
kedit_la_SOURCES = kedit.cpp ktextfiledlg.cpp misc.ui color.ui prefs.kcfgc
14
kedit_la_SOURCES = kedit.cpp ktextfiledlg.cpp misc.ui color.ui prefs.kcfgc
15
kedit_la_LIBADD = -lkdeprint $(LIB_KFILE)
15
kedit_la_LIBADD = -lkdeprint $(LIB_KFILE) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
16
kedit_la_LDFLAGS = -module -avoid-version $(KDE_PLUGIN) $(all_libraries)
16
kedit_la_LDFLAGS = -module -avoid-version $(KDE_PLUGIN) $(all_libraries)
17
17
18
noinst_HEADERS = kedit.h ktextfiledlg.h\
18
noinst_HEADERS = kedit.h ktextfiledlg.h\
(-)kdeutils/khexedit/lib/Makefile.am.ORI (-1 / +1 lines)
Lines 7-13 Link Here
7
# this library is used by the kbytesedit part and the khepart part
7
# this library is used by the kbytesedit part and the khepart part
8
lib_LTLIBRARIES =  libkhexeditcommon.la
8
lib_LTLIBRARIES =  libkhexeditcommon.la
9
libkhexeditcommon_la_LDFLAGS = $(all_libraries) -no-undefined
9
libkhexeditcommon_la_LDFLAGS = $(all_libraries) -no-undefined
10
libkhexeditcommon_la_LIBADD =  controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_KDECORE)
10
libkhexeditcommon_la_LIBADD =  controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_KDECORE) $(LIB_QT)
11
libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \
11
libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \
12
                               kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \
12
                               kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \
13
                               kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \
13
                               kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \
(-)kdeutils/kregexpeditor/Makefile.am.ORI (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
libkregexpeditorcommon_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
30
libkregexpeditorcommon_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
31
libkregexpeditorcommon_la_LIBADD = KMultiFormListBox/libkmultiformlistbox.la \
31
libkregexpeditorcommon_la_LIBADD = KMultiFormListBox/libkmultiformlistbox.la \
32
	KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO)
32
	KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
33
33
34
METASOURCES = AUTO
34
METASOURCES = AUTO
35
35
(-)kdeutils/ksim/library/Makefile.am.ORI (-2 / +2 lines)
Lines 1-4 Link Here
1
lib_LTLIBRARIES = libksimcore.la
1
lib_LTLIBRARIES = libksimcore.la 
2
2
3
libksimcore_la_SOURCES = common.cpp themeloader.cpp \
3
libksimcore_la_SOURCES = common.cpp themeloader.cpp \
4
                                        chart.cpp label.cpp \
4
                                        chart.cpp label.cpp \
Lines 7-13 Link Here
7
                                        pluginmodule.cpp ksimconfig.cpp
7
                                        pluginmodule.cpp ksimconfig.cpp
8
8
9
libksimcore_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined
9
libksimcore_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined
10
libksimcore_la_LIBADD = $(LIB_KDEUI)
10
libksimcore_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE) -lkdefx
11
11
12
ksiminclude_HEADERS = common.h themeloader.h \
12
ksiminclude_HEADERS = common.h themeloader.h \
13
                                        chart.h label.h \
13
                                        chart.h label.h \

Return to bug 1133