diff options
author | Slávek Banko <[email protected]> | 2019-05-13 01:07:10 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-13 01:07:12 +0200 |
commit | 441a4725270121caa56871c408c6f8bf2ba09e41 (patch) | |
tree | 730c8627c1b8b4fe7150e9d9ec8e1bbacd073a07 /src/tde | |
parent | c0263d89c688f750a6e68a7f77257b2be0c55990 (diff) | |
download | kchmviewer-441a4725270121caa56871c408c6f8bf2ba09e41.tar.gz kchmviewer-441a4725270121caa56871c408c6f8bf2ba09e41.zip |
Added linking to kdeextra library.
This resolve FTBFS on some systems.
Because the kdeextra library is linked as static, there
is no reason to be installed as a separate library.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/tde')
-rw-r--r-- | src/tde/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tde/CMakeLists.txt b/src/tde/CMakeLists.txt index 9370944..b94a47a 100644 --- a/src/tde/CMakeLists.txt +++ b/src/tde/CMakeLists.txt @@ -22,6 +22,7 @@ tde_add_library( kdeextra STATIC_PIC AUTOMOC kchmdcopiface.skel kchmdcopiface.cpp kchmviewwindow_tdehtmlpart.cpp - - DESTINATION ${LIB_INSTALL_DIR} + LINK + tdehtml-shared + tdeparts-shared ) |