diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:08 +0900 |
commit | 483f7807042d6a950ebad3a6c77d33be1b1963ab (patch) | |
tree | cb22fd283b33a93cc5baf6cad22c3918d9009def /plugins/encoder/sox | |
parent | b54ba2de8844b81b7873405c072a5f2a9a57dbf5 (diff) | |
download | k3b-483f7807042d6a950ebad3a6c77d33be1b1963ab.tar.gz k3b-483f7807042d6a950ebad3a6c77d33be1b1963ab.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/encoder/sox')
-rw-r--r-- | plugins/encoder/sox/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/encoder/sox/Makefile.am b/plugins/encoder/sox/Makefile.am index c7dbf90..7cd09fe 100644 --- a/plugins/encoder/sox/Makefile.am +++ b/plugins/encoder/sox/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bsoxencoder.la libk3bsoxencoder_la_SOURCES = base_k3bsoxencoderconfigwidget.ui k3bsoxencoder.cpp -libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la $(LIB_TDECORE) $(LIB_QT) +libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la $(LIB_TDECORE) $(LIB_TQT) libk3bsoxencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins |