summaryrefslogtreecommitdiffstats
path: root/tdm
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-01 12:41:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-01 20:48:17 -0500
commit85c2426f988de375bc666bef5a24529989737470 (patch)
treedea46f10b69fe81352af4185ca4f76e6b0719715 /tdm
parent504aaa08877c3368fa2ad986ccad14f9138bf966 (diff)
downloadtdebase-85c2426f988de375bc666bef5a24529989737470.tar.gz
tdebase-85c2426f988de375bc666bef5a24529989737470.zip
Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ Background.
This resolves bug report 744. Thanks to Slávek Banko.
Diffstat (limited to 'tdm')
-rw-r--r--tdm/kfrontend/themer/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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}
)