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

(-)a/ark/CMakeLists.txt (-1 / +1 lines)
Lines 45-51 Link Here
45
45
46
##### arkpart (kpart) ###########################
46
##### arkpart (kpart) ###########################
47
47
48
tde_add_kpart( arkpart AUTOMOC
48
tde_add_kpart( libarkpart AUTOMOC
49
  SOURCES ark_part.cpp arkfactory.cpp zip.cpp
49
  SOURCES ark_part.cpp arkfactory.cpp zip.cpp
50
    tar.cpp filelistview.cpp arch.cpp lha.cpp
50
    tar.cpp filelistview.cpp arch.cpp lha.cpp
51
    compressedfile.cpp zoo.cpp rar.cpp ar.cpp
51
    compressedfile.cpp zoo.cpp rar.cpp ar.cpp
(-)a/CMakeLists.txt (+10 lines)
Lines 127-132 Link Here
127
127
128
option( BUILD_SUPERKARAMBA "Build superkaramba" ${BUILD_ALL} )
128
option( BUILD_SUPERKARAMBA "Build superkaramba" ${BUILD_ALL} )
129
129
130
##### add apidox targets ############
131
132
add_custom_target(apidox
133
  COMMAND "./generate_apidox" "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" "${HTML_INSTALL_DIR}" "/usr/share/qt3/doc/html"
134
  WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/cmake/")
135
136
add_custom_target(install-apidox
137
  COMMAND "./install_apidox" "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" "${HTML_INSTALL_DIR}" "${CMAKE_INSTALL_PREFIX}"
138
  WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/cmake/")
139
130
##### configure checks ##########################
140
##### configure checks ##########################
131
141
132
include( ConfigureChecks.cmake )
142
include( ConfigureChecks.cmake )
(-)a/khexedit/lib/CMakeLists.txt (+1 lines)
Lines 47-52 Link Here
47
    kcharcoltextexport.cpp
47
    kcharcoltextexport.cpp
48
  LINK tdecore-shared kcontroller-static
48
  LINK tdecore-shared kcontroller-static
49
    khecodecs-static
49
    khecodecs-static
50
  VERSION 0.0.0
50
  DESTINATION ${LIB_INSTALL_DIR}
51
  DESTINATION ${LIB_INSTALL_DIR}
51
)
52
)
52
53
(-)a/khexedit/parts/kbytesedit/CMakeLists.txt (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
##### kbyteseditwidget (kpart) ##################
27
##### kbyteseditwidget (kpart) ##################
28
28
29
tde_add_kpart( kbyteseditwidget AUTOMOC
29
tde_add_kpart( libkbyteseditwidget AUTOMOC
30
  SOURCES kbyteseditwidget.cpp
30
  SOURCES kbyteseditwidget.cpp
31
  DESTINATION ${PLUGIN_INSTALL_DIR}
31
  DESTINATION ${PLUGIN_INSTALL_DIR}
32
  LINK khexeditcommon-shared kparts-shared
32
  LINK khexeditcommon-shared kparts-shared
(-)a/khexedit/parts/kpart/CMakeLists.txt (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
##### khexedit2part (kpart) #####################
27
##### khexedit2part (kpart) #####################
28
28
29
tde_add_kpart( khexedit2part AUTOMOC
29
tde_add_kpart( libkhexedit2part AUTOMOC
30
  SOURCES khepart.cpp khebrowserextension.cpp
30
  SOURCES khepart.cpp khebrowserextension.cpp
31
    khepartfactory.cpp
31
    khepartfactory.cpp
32
  LINK khexeditcommon-shared kparts-shared
32
  LINK khexeditcommon-shared kparts-shared
(-)a/klaptopdaemon/CMakeLists.txt (+1 lines)
Lines 50-55 Link Here
50
    daemon_state.cpp wake_laptop.cpp
50
    daemon_state.cpp wake_laptop.cpp
51
    krichtextlabel.cpp
51
    krichtextlabel.cpp
52
  LINK kio-shared
52
  LINK kio-shared
53
  VERSION 0.0.0
53
  DESTINATION ${LIB_INSTALL_DIR}
54
  DESTINATION ${LIB_INSTALL_DIR}
54
)
55
)
55
56
(-)a/kregexpeditor/CMakeLists.txt (-1 / +1 lines)
Lines 86-92 Link Here
86
86
87
##### kregexpeditorgui (kpart) ##################
87
##### kregexpeditorgui (kpart) ##################
88
88
89
tde_add_kpart( kregexpeditorgui AUTOMOC
89
tde_add_kpart( libkregexpeditorgui AUTOMOC
90
  SOURCES kregexpeditorfactory.cpp
90
  SOURCES kregexpeditorfactory.cpp
91
  DESTINATION ${PLUGIN_INSTALL_DIR}
91
  DESTINATION ${PLUGIN_INSTALL_DIR}
92
  LINK kregexpeditorcommon-shared
92
  LINK kregexpeditorcommon-shared
(-)a/kregexpeditor/KMultiFormListBox/CMakeLists.txt (+10 lines)
Lines 38-40 Link Here
38
    widgetwindow.cpp windowlistboxitem.cpp
38
    widgetwindow.cpp windowlistboxitem.cpp
39
)
39
)
40
40
41
42
##### other data ################################
43
44
install(
45
  FILES
46
    kmultiformlistbox.h
47
    kmultiformlistboxentry.h
48
    kmultiformlistboxfactory.h
49
  DESTINATION ${INCLUDE_INSTALL_DIR}
50
)
(-)a/kregexpeditor/KWidgetStreamer/CMakeLists.txt (+8 lines)
Lines 33-35 Link Here
33
  SOURCES kwidgetstreamer.cpp
33
  SOURCES kwidgetstreamer.cpp
34
)
34
)
35
35
36
37
##### other data ################################
38
39
install(
40
  FILES
41
    kwidgetstreamer.h
42
  DESTINATION ${INCLUDE_INSTALL_DIR}
43
)
(-)a/ksim/library/CMakeLists.txt (-1 / +1 lines)
Lines 31-37 Link Here
31
    label.cpp led.cpp progress.cpp
31
    label.cpp led.cpp progress.cpp
32
    pluginglobal.cpp pluginloader.cpp
32
    pluginglobal.cpp pluginloader.cpp
33
    pluginmodule.cpp ksimconfig.cpp
33
    pluginmodule.cpp ksimconfig.cpp
34
  VERSION 1.0
34
  VERSION 1.0.0
35
  LINK tdeui-shared
35
  LINK tdeui-shared
36
  DESTINATION ${LIB_INSTALL_DIR}
36
  DESTINATION ${LIB_INSTALL_DIR}
37
)
37
)
(-)a/kwallet/konfigurator/CMakeLists.txt (+6 lines)
Lines 37-39 Link Here
37
  DESTINATION ${XDG_APPS_INSTALL_DIR}
37
  DESTINATION ${XDG_APPS_INSTALL_DIR}
38
)
38
)
39
39
40
install(
41
  FILES
42
    kwallet_config.desktop
43
    kwalletmanager_show.desktop
44
  DESTINATION ${SERVICES_INSTALL_DIR}
45
)

Return to bug 1310