From 6f0c68f96a6522ecf7bbaec92841d7b5e49f5156 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:19:53 +0900 Subject: LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- mpeglib/example/cddaplay/Makefile.am | 2 +- mpeglib/example/mpgplay/Makefile.am | 2 +- mpeglib/example/splay/Makefile.am | 4 ++-- mpeglib/example/tplay/Makefile.am | 2 +- mpeglib/example/yaf/yafcdda/Makefile.am | 2 +- mpeglib/example/yaf/yafmpgplay/Makefile.am | 2 +- mpeglib/example/yaf/yafsplay/Makefile.am | 2 +- mpeglib/example/yaf/yaftplay/Makefile.am | 2 +- mpeglib/example/yaf/yafvorbis/Makefile.am | 2 +- mpeglib/example/yaf/yafyuv/Makefile.am | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'mpeglib/example') diff --git a/mpeglib/example/cddaplay/Makefile.am b/mpeglib/example/cddaplay/Makefile.am index a7a5286c..cc0dca20 100644 --- a/mpeglib/example/cddaplay/Makefile.am +++ b/mpeglib/example/cddaplay/Makefile.am @@ -10,7 +10,7 @@ cddaplay_SOURCES = cddaplay.cpp noinst_HEADERS = -cddaplay_LDFLAGS = $(all_libraries) $(LIB_QT) +cddaplay_LDFLAGS = $(all_libraries) $(LIB_TQT) cddaplay_LDADD = ../../lib/libmpeg.la \ diff --git a/mpeglib/example/mpgplay/Makefile.am b/mpeglib/example/mpgplay/Makefile.am index 303823d3..bb5c6588 100644 --- a/mpeglib/example/mpgplay/Makefile.am +++ b/mpeglib/example/mpgplay/Makefile.am @@ -10,7 +10,7 @@ mpgplay_SOURCES = mpgplay.cpp noinst_HEADERS = -mpgplay_LDFLAGS = $(all_libraries) $(LIB_QT) +mpgplay_LDFLAGS = $(all_libraries) $(LIB_TQT) mpgplay_LDADD = ../../lib/libmpeg.la \ $(THIS_LIB_LIBS) diff --git a/mpeglib/example/splay/Makefile.am b/mpeglib/example/splay/Makefile.am index 9da0145c..0b8e03d4 100644 --- a/mpeglib/example/splay/Makefile.am +++ b/mpeglib/example/splay/Makefile.am @@ -12,12 +12,12 @@ mp3framing_SOURCES = mp3framing.cpp noinst_HEADERS = -splay_LDFLAGS = $(all_libraries) $(LIB_QT) +splay_LDFLAGS = $(all_libraries) $(LIB_TQT) splay_LDADD = ../../lib/libmpeg.la \ $(THIS_LIB_LIBS) -mp3framing_LDFLAGS = $(all_libraries) $(LIB_QT) +mp3framing_LDFLAGS = $(all_libraries) $(LIB_TQT) mp3framing_LDADD = ../../lib/libmpeg.la \ $(THIS_LIB_LIBS) diff --git a/mpeglib/example/tplay/Makefile.am b/mpeglib/example/tplay/Makefile.am index 2f298a80..35fa037e 100644 --- a/mpeglib/example/tplay/Makefile.am +++ b/mpeglib/example/tplay/Makefile.am @@ -10,7 +10,7 @@ tplay_SOURCES = tplay.cpp noinst_HEADERS = -tplay_LDFLAGS = $(all_libraries) $(LIB_QT) +tplay_LDFLAGS = $(all_libraries) $(LIB_TQT) tplay_LDADD = ../../lib/libmpeg.la \ diff --git a/mpeglib/example/yaf/yafcdda/Makefile.am b/mpeglib/example/yaf/yafcdda/Makefile.am index 287fc8ea..ce326b19 100644 --- a/mpeglib/example/yaf/yafcdda/Makefile.am +++ b/mpeglib/example/yaf/yafcdda/Makefile.am @@ -10,7 +10,7 @@ yaf_cdda_SOURCES = cdda_control.cpp noinst_HEADERS = -yaf_cdda_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) +yaf_cdda_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) yaf_cdda_LDADD = ../yafxplayer/libyafxplayer.la \ diff --git a/mpeglib/example/yaf/yafmpgplay/Makefile.am b/mpeglib/example/yaf/yafmpgplay/Makefile.am index 811e3d9a..ac2baa78 100644 --- a/mpeglib/example/yaf/yafmpgplay/Makefile.am +++ b/mpeglib/example/yaf/yafmpgplay/Makefile.am @@ -11,7 +11,7 @@ yaf_mpgplay_SOURCES = mpg_control.cpp noinst_HEADERS = -yaf_mpgplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) +yaf_mpgplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) yaf_mpgplay_LDADD = ../yafcore/libyafcore.la \ diff --git a/mpeglib/example/yaf/yafsplay/Makefile.am b/mpeglib/example/yaf/yafsplay/Makefile.am index 40c8196d..5fdefc38 100644 --- a/mpeglib/example/yaf/yafsplay/Makefile.am +++ b/mpeglib/example/yaf/yafsplay/Makefile.am @@ -11,7 +11,7 @@ yaf_splay_SOURCES = splay_control.cpp noinst_HEADERS = -yaf_splay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) +yaf_splay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) yaf_splay_LDADD = ../yafxplayer/libyafxplayer.la \ diff --git a/mpeglib/example/yaf/yaftplay/Makefile.am b/mpeglib/example/yaf/yaftplay/Makefile.am index 96b596ba..1e77edf7 100644 --- a/mpeglib/example/yaf/yaftplay/Makefile.am +++ b/mpeglib/example/yaf/yaftplay/Makefile.am @@ -9,7 +9,7 @@ yaf_tplay_SOURCES = tplay_control.cpp noinst_HEADERS = -yaf_tplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) +yaf_tplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) yaf_tplay_LDADD = ../yafcore/libyafcore.la \ diff --git a/mpeglib/example/yaf/yafvorbis/Makefile.am b/mpeglib/example/yaf/yafvorbis/Makefile.am index d07fdbdf..9889c44d 100644 --- a/mpeglib/example/yaf/yafvorbis/Makefile.am +++ b/mpeglib/example/yaf/yafvorbis/Makefile.am @@ -10,7 +10,7 @@ yaf_vorbis_SOURCES = vorbis_control.cpp noinst_HEADERS = -yaf_vorbis_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) +yaf_vorbis_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) yaf_vorbis_LDADD = \ ../yafcore/libyafcore.la \ diff --git a/mpeglib/example/yaf/yafyuv/Makefile.am b/mpeglib/example/yaf/yafyuv/Makefile.am index 47767a3c..bd4fa4af 100644 --- a/mpeglib/example/yaf/yafyuv/Makefile.am +++ b/mpeglib/example/yaf/yafyuv/Makefile.am @@ -11,7 +11,7 @@ yaf_yuv_SOURCES = yuv_control.cpp noinst_HEADERS = -yaf_yuv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) +yaf_yuv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) yaf_yuv_LDADD = ../yafxplayer/libyafxplayer.la \ -- cgit v1.2.1