Browse Source
plugins directory, instead of the TDE plugins directory.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9d6d2fd57f
)
pull/182/head
4 changed files with 32 additions and 4 deletions
@ -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 |
||||
) |
Loading…
Reference in new issue