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

(-)a/src/Makefile.am (-1 / +1 lines)
Lines 49-55 kscope_SOURCES = autocompletionlayout.ui bookmarksdlg.cpp bookmarkslayout.ui \ Link Here
49
	symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.ui
49
	symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.ui
50
50
51
kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
51
kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
52
kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI)
52
kscope_LDADD = -lkateinterfaces -lkatepartinterfaces -lktexteditor $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT)
53
53
54
# this is where the desktop file will go 
54
# this is where the desktop file will go 
55
shelldesktopdir = $(kde_appsdir)/Development
55
shelldesktopdir = $(kde_appsdir)/Development

Return to bug 434