diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-01 12:41:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-01 20:48:17 -0500 |
commit | 85c2426f988de375bc666bef5a24529989737470 (patch) | |
tree | dea46f10b69fe81352af4185ca4f76e6b0719715 /kcontrol/icons/CMakeLists.txt | |
parent | 504aaa08877c3368fa2ad986ccad14f9138bf966 (diff) | |
download | tdebase-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 'kcontrol/icons/CMakeLists.txt')
-rw-r--r-- | kcontrol/icons/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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} ) |