summaryrefslogtreecommitdiffstats
path: root/kdm
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-01 12:41:02 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:27:39 +0200
commite234e073f7b1b7ea730d638f2576056a82bf01fd (patch)
treed08505baec00ab8017d864a89f28373afc26b920 /kdm
parent902cf55735cbe6dd71ae1ca2b30b68fa1622606d (diff)
downloadtdebase-e234e073f7b1b7ea730d638f2576056a82bf01fd.tar.gz
tdebase-e234e073f7b1b7ea730d638f2576056a82bf01fd.zip
Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ Background.
This resolves bug report 744. Thanks to Slávek Banko. (cherry picked from commit 85c2426f988de375bc666bef5a24529989737470)
Diffstat (limited to 'kdm')
-rw-r--r--kdm/kfrontend/themer/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/kdm/kfrontend/themer/CMakeLists.txt b/kdm/kfrontend/themer/CMakeLists.txt
index ff65734af..296b9ab83 100644
--- a/kdm/kfrontend/themer/CMakeLists.txt
+++ b/kdm/kfrontend/themer/CMakeLists.txt
@@ -16,6 +16,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/kdmlib
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
+ ${LIBART_INCLUDE_DIRS}
)
link_directories(
@@ -38,4 +39,5 @@ tde_add_library( kdmthemer STATIC_PIC AUTOMOC
SOURCES
kdmthemer.cpp kdmitem.cpp kdmpixmap.cpp
kdmrect.cpp kdmlabel.cpp kdmlayout.cpp
+ LINK ${LIBART_LIBRARIES}
)