summaryrefslogtreecommitdiffstats
path: root/noatun
diff options
context:
space:
mode:
Diffstat (limited to 'noatun')
-rw-r--r--noatun/Makefile.am4
-rw-r--r--noatun/library/Makefile.am6
2 files changed, 5 insertions, 5 deletions
diff --git a/noatun/Makefile.am b/noatun/Makefile.am
index 5a3075ce..83ef40c1 100644
--- a/noatun/Makefile.am
+++ b/noatun/Makefile.am
@@ -16,8 +16,8 @@ tdeconfdir = $(libdir)/tdeconf_update_bin
tdeconf_PROGRAMS = noatun20update
noatun20update_SOURCES = noatun20update.cpp
-noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-noatun20update_LDADD = $(LIB_QT)
+noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+noatun20update_LDADD = $(LIB_TQT)
messages:
$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp
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