From e234e073f7b1b7ea730d638f2576056a82bf01fd Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 1 Jun 2012 12:41:02 -0500 Subject: =?UTF-8?q?Fix=20svg=20thumbnail=20images=20not=20appearing=20in?= =?UTF-8?q?=20KControl/Appearance=20&=20Themes/=20Background.=20This=20res?= =?UTF-8?q?olves=20bug=20report=20744.=20Thanks=20to=20Sl=C3=A1vek=20Banko?= =?UTF-8?q?.=20(cherry=20picked=20from=20commit=2085c2426f988de375bc666bef?= =?UTF-8?q?5a24529989737470)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kcontrol/icons/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kcontrol/icons') diff --git a/kcontrol/icons/CMakeLists.txt b/kcontrol/icons/CMakeLists.txt index 4e7a856ce..0a7dfbefb 100644 --- a/kcontrol/icons/CMakeLists.txt +++ b/kcontrol/icons/CMakeLists.txt @@ -14,6 +14,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${LIBART_INCLUDE_DIRS} ) link_directories( @@ -30,6 +31,6 @@ install( FILES uninstall.desktop DESTINATION ${APPS_INSTALL_DIR}/Settings/LookNF tde_add_kpart( kcm_icons AUTOMOC SOURCES iconthemes.cpp icons.cpp main.cpp - LINK kio-shared + LINK kio-shared ${LIBART_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} ) -- cgit v1.2.1