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

(-)a/kate/app/CMakeLists.txt (-1 / +7 lines)
Lines 9-14 Link Here
9
#
9
#
10
#################################################
10
#################################################
11
11
12
project( kate )
13
12
add_definitions(
14
add_definitions(
13
  -include tqt.h
15
  -include tqt.h
14
)
16
)
Lines 69-71 tde_add_tdeinit_executable( ${target} AUTOMOC Link Here
69
  SOURCES kwritemain.cpp
71
  SOURCES kwritemain.cpp
70
  LINK kateinterfaces-shared katepartinterfaces-shared
72
  LINK kateinterfaces-shared katepartinterfaces-shared
71
)
73
)
72
- 
74
75
76
##### install import cmake modules ###############
77
78
tde_install_export( )

Return to bug 1638