diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-06-02 02:33:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-06-02 11:56:00 +0200 |
commit | 66b6ab6574fff507700a32f891c8754ceec30375 (patch) | |
tree | 839cd33e4f5167629ab729884de354208cd7b418 /tqt3integration/CMakeLists.txt | |
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 <slavek.banko@axis.cz>
(cherry picked from commit 9d6d2fd57f260a4dd6c84bf6e8fab3b25422a479)
Diffstat (limited to 'tqt3integration/CMakeLists.txt')
-rw-r--r-- | tqt3integration/CMakeLists.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tqt3integration/CMakeLists.txt b/tqt3integration/CMakeLists.txt index 01ce8a76b..c345c23e9 100644 --- a/tqt3integration/CMakeLists.txt +++ b/tqt3integration/CMakeLists.txt @@ -9,6 +9,14 @@ # ################################################# + +##### configure checks ########################## + +include( ConfigureChecks.cmake ) + + +##### subdirectories ############################ + add_subdirectory( libqtkde ) add_subdirectory( module ) -add_subdirectory( utils )
\ No newline at end of file +add_subdirectory( utils ) |