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/flac | |
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/flac')
-rw-r--r-- | plugins/decoder/flac/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/decoder/flac/Makefile.am b/plugins/decoder/flac/Makefile.am index 4efcaea..36ed8ef 100644 --- a/plugins/decoder/flac/Makefile.am +++ b/plugins/decoder/flac/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bflacdecoder.la libk3bflacdecoder_la_SOURCES = k3bflacdecoder.cpp -libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lFLAC++ -lFLAC $(taglib_libs) +libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) -lFLAC++ -lFLAC $(taglib_libs) libk3bflacdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins |