diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:53 +0900 |
commit | 6f0c68f96a6522ecf7bbaec92841d7b5e49f5156 (patch) | |
tree | 0c1acabac92a7ec0d2c49cd0d0956e12cd9fd0c5 /mpeglib/example/yaf/yafmpgplay | |
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 <[email protected]>
Diffstat (limited to 'mpeglib/example/yaf/yafmpgplay')
-rw-r--r-- | mpeglib/example/yaf/yafmpgplay/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |