From 85c2426f988de375bc666bef5a24529989737470 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=E1vek=20Banko.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdm/kfrontend/themer/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tdm/kfrontend') diff --git a/tdm/kfrontend/themer/CMakeLists.txt b/tdm/kfrontend/themer/CMakeLists.txt index fc0b80fc3..008c5d687 100644 --- a/tdm/kfrontend/themer/CMakeLists.txt +++ b/tdm/kfrontend/themer/CMakeLists.txt @@ -16,6 +16,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/tdmlib ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${LIBART_INCLUDE_DIRS} ) link_directories( @@ -38,4 +39,5 @@ tde_add_library( tdmthemer STATIC_PIC AUTOMOC SOURCES tdmthemer.cpp tdmitem.cpp tdmpixmap.cpp tdmrect.cpp tdmlabel.cpp tdmlayout.cpp + LINK ${LIBART_LIBRARIES} ) -- cgit v1.2.3