diff options
author | Slávek Banko <[email protected]> | 2019-06-02 02:33:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-06-02 11:56:00 +0200 |
commit | 66b6ab6574fff507700a32f891c8754ceec30375 (patch) | |
tree | 839cd33e4f5167629ab729884de354208cd7b418 /tqt3integration/libqtkde | |
parent | ba298e24470b8f2d154b657cd23bb7721af5a0b6 (diff) | |
download | tdebase-66b6ab6574fff507700a32f891c8754ceec30375.tar.gz tdebase-66b6ab6574fff507700a32f891c8754ceec30375.zip |
Install the TDE integration library (libtqtkde) into TQt
plugins directory, instead of the TDE plugins directory.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9d6d2fd57f260a4dd6c84bf6e8fab3b25422a479)
Diffstat (limited to 'tqt3integration/libqtkde')
-rw-r--r-- | tqt3integration/libqtkde/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt3integration/libqtkde/CMakeLists.txt b/tqt3integration/libqtkde/CMakeLists.txt index 44952e35f..2a8fabb78 100644 --- a/tqt3integration/libqtkde/CMakeLists.txt +++ b/tqt3integration/libqtkde/CMakeLists.txt @@ -29,5 +29,5 @@ tde_add_library( qtkde SHARED AUTOMOC VERSION 0.0.0 LINK tdeui-shared DEPENDENCIES generate_tqt3_bindings - DESTINATION "${PLUGIN_INSTALL_DIR}/plugins/integration/" -)
\ No newline at end of file + DESTINATION "${TQT_PLUGINS_DIR}/integration/" +) |