From 66b6ab6574fff507700a32f891c8754ceec30375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 2 Jun 2019 02:33:55 +0200 Subject: Install the TDE integration library (libtqtkde) into TQt plugins directory, instead of the TDE plugins directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9d6d2fd57f260a4dd6c84bf6e8fab3b25422a479) --- tqt3integration/ConfigureChecks.cmake | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tqt3integration/ConfigureChecks.cmake (limited to 'tqt3integration/ConfigureChecks.cmake') diff --git a/tqt3integration/ConfigureChecks.cmake b/tqt3integration/ConfigureChecks.cmake new file mode 100644 index 000000000..9347391d4 --- /dev/null +++ b/tqt3integration/ConfigureChecks.cmake @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2019 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +##### check for tqt plugins dir ################# + +execute_process( + COMMAND ${PKG_CONFIG_EXECUTABLE} + tqt-mt --variable=pluginsdir + OUTPUT_VARIABLE TQT_PLUGINS_DIR + OUTPUT_STRIP_TRAILING_WHITESPACE +) -- cgit v1.2.3