diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:08 +0900 |
commit | 483f7807042d6a950ebad3a6c77d33be1b1963ab (patch) | |
tree | cb22fd283b33a93cc5baf6cad22c3918d9009def /plugins/decoder/musepack/Makefile.am | |
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 <[email protected]>
Diffstat (limited to 'plugins/decoder/musepack/Makefile.am')
-rw-r--r-- | plugins/decoder/musepack/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/decoder/musepack/Makefile.am b/plugins/decoder/musepack/Makefile.am index 63a3f74..b412ee6 100644 --- a/plugins/decoder/musepack/Makefile.am +++ b/plugins/decoder/musepack/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = libk3bmpcdecoder.la libk3bmpcdecoder_la_SOURCES = k3bmpcdecoder.cpp k3bmpcwrapper.cpp -libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/plugin/libk3bplugin.la $(MPC_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEUI) +libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/plugin/libk3bplugin.la $(MPC_LIBS) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEUI) libk3bmpcdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins |