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 /noatun/library | |
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 'noatun/library')
-rw-r--r-- | noatun/library/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/Makefile.am b/noatun/library/Makefile.am index 9e0961ed..dd9a36a9 100644 --- a/noatun/library/Makefile.am +++ b/noatun/library/Makefile.am @@ -30,18 +30,18 @@ libnoatun_la_LDFLAGS = \ libnoatun_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la \ $(top_builddir)/arts/gui/kde/libartsgui_kde.la $(top_builddir)/arts/modules/libartsmodules.la \ -ltdeio -lqtmcop -lkmedia2_idl $(top_builddir)/noatun/library/noatunarts/libnoatunarts.la \ - -lartsflow -lsoundserver_idl -lartskde $(LIBDL) $(LIB_QT) -lDCOP + -lartsflow -lsoundserver_idl -lartskde $(LIBDL) $(LIB_TQT) -lDCOP libnoatuncontrols_la_SOURCES = controls.cpp scrollinglabel.cpp libnoatuncontrols_la_LDFLAGS = -version-info 3:0:2 $(KDE_RPATH) $(all_libraries) -no-undefined -libnoatuncontrols_la_LIBADD = $(LIBDL) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) +libnoatuncontrols_la_LIBADD = $(LIBDL) $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) METASOURCES = AUTO META_INCLUDES = $(srcdir)/noatun noinst_PROGRAMS = gentable gentable_SOURCES = gentable.cpp -gentable_LDFLAGS = $(KDE_EXTRA_RPATH) $(LIB_QT) $(QT_LDFLAGS) +gentable_LDFLAGS = $(KDE_EXTRA_RPATH) $(LIB_TQT) $(QT_LDFLAGS) magictable: gentable $(top_builddir)/noatun/library/gentable > magictable |