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

(-)kdebase/drkonqi/CMakeLists.txt (+9 lines)
Lines 34-36 Link Here
34
  LINK kio-shared
34
  LINK kio-shared
35
  DESTINATION ${BIN_INSTALL_DIR}
35
  DESTINATION ${BIN_INSTALL_DIR}
36
)
36
)
37
38
##### crashtest (executable) ######################
39
40
tde_add_executable( crashtest AUTOMOC
41
  SOURCES
42
    crashtest.cpp
43
  LINK kio-shared
44
  DESTINATION ${BIN_INSTALL_DIR}
45
)
(-)kdebase/drkonqi/Makefile.am (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
EXTRA_DIST = LICENSE
9
EXTRA_DIST = LICENSE
10
10
11
bin_PROGRAMS = drkonqi
11
bin_PROGRAMS = drkonqi crashtest
12
12
13
# Libraries:
13
# Libraries:
14
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
14
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor

Return to bug 776