diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-22 13:35:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:30 +0100 |
commit | e8a9c63d92d7bc068d70da3f1f16b2a13ee1e40b (patch) | |
tree | 6b327e3601c19b45023ddacbd7297e6ef8009e5c /kdefx | |
parent | 77b5b75255aac519dfb314708bfd7019939f99a7 (diff) | |
download | tdelibs-e8a9c63d92d7bc068d70da3f1f16b2a13ee1e40b.tar.gz tdelibs-e8a9c63d92d7bc068d70da3f1f16b2a13ee1e40b.zip |
Fix FTBFS
(cherry picked from commit 101d86a3fc74e30690ed16a74dff105b1f6bb309)
Diffstat (limited to 'kdefx')
-rw-r--r-- | kdefx/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdefx/CMakeLists.txt b/kdefx/CMakeLists.txt index d63b87889..bcb2b6271 100644 --- a/kdefx/CMakeLists.txt +++ b/kdefx/CMakeLists.txt @@ -43,6 +43,6 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 4.2.0 - LINK ${TQT_LIBRARIES} ${XRENDER_LIBRARIES} + LINK ${TQT_LIBRARIES} ${XRENDER_LIBRARIES} c DESTINATION ${LIB_INSTALL_DIR} ) |