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

(-)kscope-1.6.2/src/Makefile.am.ORI (-1 / +1 lines)
Lines 64-68 Link Here
64
			query_unlocked.png tab_list.png call_graph.png called_tree.png calling_tree.png \
64
			query_unlocked.png tab_list.png call_graph.png called_tree.png calling_tree.png \
65
			bookmark.png
65
			bookmark.png
66
66
67
BUILT_SOURCES = dotparse.h
67
BUILT_SOURCES = dotparse.hpp
68
AM_YFLAGS = -d
68
AM_YFLAGS = -d
(-)kscope-1.6.2/src/dotscan.lpp.orig (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
%{
3
%{
4
#include <qstring.h>
4
#include <qstring.h>
5
#include "dotparse.h"
5
#include "dotparse.hpp"
6
%}
6
%}
7
7
8
%option noyywrap
8
%option noyywrap
(-)kscope-1.6.2/src/Makefile.am.orig (-1 / +1 lines)
Lines 49-55 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