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

(-)a/tdecore/CMakeLists.txt (+1 lines)
Lines 36-41 include_directories( Link Here
36
  ${CMAKE_SOURCE_DIR}/tdefx
36
  ${CMAKE_SOURCE_DIR}/tdefx
37
  ${CMAKE_SOURCE_DIR}/tdeui
37
  ${CMAKE_SOURCE_DIR}/tdeui
38
  ${CMAKE_SOURCE_DIR}/tdeio/tdeio
38
  ${CMAKE_SOURCE_DIR}/tdeio/tdeio
39
  ${CMAKE_BINARY_DIR}/tdeio/kssl
39
  ${LIBART_INCLUDE_DIRS}
40
  ${LIBART_INCLUDE_DIRS}
40
  ${LIBIDN_INCLUDE_DIRS}
41
  ${LIBIDN_INCLUDE_DIRS}
41
  ${GAMIN_INCLUDEDIR}
42
  ${GAMIN_INCLUDEDIR}
(-)a/tdecore/tdehw/CMakeLists.txt (+1 lines)
Lines 87-92 include_directories( Link Here
87
  ${CMAKE_BINARY_DIR}/tdecore
87
  ${CMAKE_BINARY_DIR}/tdecore
88
  ${CMAKE_SOURCE_DIR}/tdecore
88
  ${CMAKE_SOURCE_DIR}/tdecore
89
  ${CMAKE_SOURCE_DIR}/dcop
89
  ${CMAKE_SOURCE_DIR}/dcop
90
  ${CMAKE_BINARY_DIR}/tdeio/kssl
90
  ${TDEHW_CUSTOM_INCLUDE_DIRS}
91
  ${TDEHW_CUSTOM_INCLUDE_DIRS}
91
)
92
)
92
93
(-)a/tdecore/tdehw/networkbackends/network-manager/CMakeLists.txt (+1 lines)
Lines 21-26 include_directories ( Link Here
21
  ${CMAKE_BINARY_DIR}/tdecore
21
  ${CMAKE_BINARY_DIR}/tdecore
22
  ${CMAKE_SOURCE_DIR}/tdecore
22
  ${CMAKE_SOURCE_DIR}/tdecore
23
  ${CMAKE_SOURCE_DIR}/tdecore/tdehw
23
  ${CMAKE_SOURCE_DIR}/tdecore/tdehw
24
  ${CMAKE_BINARY_DIR}/tdeio/kssl
24
  ${CMAKE_CURRENT_BINARY_DIR}/dbus-introspection
25
  ${CMAKE_CURRENT_BINARY_DIR}/dbus-introspection
25
)
26
)
26
27
(-)a/tdecore/tdehw/tdecryptographiccarddevice.h (+1 lines)
Lines 19-24 Link Here
19
#ifndef _TDECRYPTOGRAPHICCARDDEVICE_H
19
#ifndef _TDECRYPTOGRAPHICCARDDEVICE_H
20
#define _TDECRYPTOGRAPHICCARDDEVICE_H
20
#define _TDECRYPTOGRAPHICCARDDEVICE_H
21
21
22
#include "ksslconfig.h"
22
#include "tdegenericdevice.h"
23
#include "tdegenericdevice.h"
23
24
24
#ifndef _TDECRYPTOGRAPHICCARDDEVICE_INTERNAL
25
#ifndef _TDECRYPTOGRAPHICCARDDEVICE_INTERNAL

Return to bug 2530