diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:56 +0900 |
commit | 921a022b2dd1d87299b65233515ec9fb061b9c1c (patch) | |
tree | 4ece87d082978ff9108e71502399b787aa8d2eae /kttsd/players | |
parent | 1afc0b92f8d11a227893e9af73ab0158a8dd7382 (diff) | |
download | tdeaccessibility-921a022b2dd1d87299b65233515ec9fb061b9c1c.tar.gz tdeaccessibility-921a022b2dd1d87299b65233515ec9fb061b9c1c.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kttsd/players')
-rw-r--r-- | kttsd/players/artsplayer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/players/artsplayer/Makefile.am b/kttsd/players/artsplayer/Makefile.am index b4bb473..6ac5d2b 100644 --- a/kttsd/players/artsplayer/Makefile.am +++ b/kttsd/players/artsplayer/Makefile.am @@ -19,7 +19,7 @@ libkttsd_artsplugin_la_SOURCES = \ artsplugin.cpp \ artsplayer.cpp libkttsd_artsplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -no-undefined -libkttsd_artsplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la -lartskde $(LIB_QT) -lartsflow_idl -lkmedia2_idl -lmcop -lsoundserver_idl +libkttsd_artsplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la -lartskde $(LIB_TQT) -lartsflow_idl -lkmedia2_idl -lmcop -lsoundserver_idl # Header files that should not be installed. noinst_HEADERS = \ |