diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:53 +0900 |
commit | 6f0c68f96a6522ecf7bbaec92841d7b5e49f5156 (patch) | |
tree | 0c1acabac92a7ec0d2c49cd0d0956e12cd9fd0c5 /mpeglib_artsplug | |
parent | a5174f98fe5f4849282ca4e758540a2f80ba7ee8 (diff) | |
download | tdemultimedia-6f0c68f96a6522ecf7bbaec92841d7b5e49f5156.tar.gz tdemultimedia-6f0c68f96a6522ecf7bbaec92841d7b5e49f5156.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpeglib_artsplug')
-rw-r--r-- | mpeglib_artsplug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib_artsplug/Makefile.am b/mpeglib_artsplug/Makefile.am index 1fe9b85e..d6dc0f69 100644 --- a/mpeglib_artsplug/Makefile.am +++ b/mpeglib_artsplug/Makefile.am @@ -94,7 +94,7 @@ libarts_splay_la_LIBADD = $(top_builddir)/mpeglib/lib/libmpeg.la \ bin_PROGRAMS = mpeglibartsplay -mpeglibartsplay_LDFLAGS = $(ARTSC_LIBS) $(all_libraries) $(LIB_QT) +mpeglibartsplay_LDFLAGS = $(ARTSC_LIBS) $(all_libraries) $(LIB_TQT) mpeglibartsplay_SOURCES = mpeglibartsplay.cpp mpeglibartsplay_LDADD = -lsoundserver_idl \ |