diff options
author | aneejit1 <[email protected]> | 2020-06-23 04:30:19 +0000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-23 21:16:35 +0900 |
commit | d8af6b83b862f51c59b13c4fe8bbeb1372074369 (patch) | |
tree | 2737c7ff3e2a2de23ce1287f898dc7ca7bfdb101 /ksvg/plugin/backends | |
parent | e974031610746b82b6231a24524b8e58537fe110 (diff) | |
download | tdegraphics-d8af6b83b862f51c59b13c4fe8bbeb1372074369.tar.gz tdegraphics-d8af6b83b862f51c59b13c4fe8bbeb1372074369.zip |
Add paths for libarts_gpl and imlib to link_directories
Signed-off-by: aneejit1 <[email protected]>
(cherry picked from commit 64ee31f218f1f399c162f0c8bc147f54bd5208bf)
Diffstat (limited to 'ksvg/plugin/backends')
-rw-r--r-- | ksvg/plugin/backends/libart/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ksvg/plugin/backends/libart/CMakeLists.txt b/ksvg/plugin/backends/libart/CMakeLists.txt index a10e5662..ceb62f23 100644 --- a/ksvg/plugin/backends/libart/CMakeLists.txt +++ b/ksvg/plugin/backends/libart/CMakeLists.txt @@ -28,6 +28,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${ART_LIBRARY_DIRS} ) |