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>pull/36/head
parent
ce4a92763f
commit
9d6d2fd57f
@ -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
|
||||
)
|
@ -1 +1 @@
|
||||
#define TQTKDELIBDIR @PLUGIN_INSTALL_DIR@/plugins/integration
|
||||
#define TQTKDELIBDIR @TQT_PLUGINS_DIR@/integration
|
||||
|
Loading…
Reference in New Issue