summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/daapreader
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice/daap/daapreader')
-rw-r--r--amarok/src/mediadevice/daap/daapreader/Makefile.am4
-rw-r--r--amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/mediadevice/daap/daapreader/Makefile.am b/amarok/src/mediadevice/daap/daapreader/Makefile.am
index 6565c09d..23e4d251 100644
--- a/amarok/src/mediadevice/daap/daapreader/Makefile.am
+++ b/amarok/src/mediadevice/daap/daapreader/Makefile.am
@@ -7,12 +7,12 @@ INCLUDES = \
libdaapreader_la_SOURCES = reader.cpp
libdaapreader_la_LIBADD = \
- $(LIB_QT) \
+ $(LIB_TQT) \
$(LIB_TDECORE) \
$(LIB_TDEUI) \
$(top_builddir)/amarok/src/mediadevice/daap/daapreader/authentication/libauthentication.la
-libdaapreader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+libdaapreader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO
diff --git a/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am b/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
index 4b81e98e..54ff1a7c 100644
--- a/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
+++ b/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
@@ -11,11 +11,11 @@ INCLUDES = \
libauthentication_la_SOURCES = contentfetcher.cpp md5.c hasher.c
libauthentication_la_LIBADD = \
- $(LIB_QT) \
+ $(LIB_TQT) \
$(LIB_TDECORE) \
$(LIB_TDEUI)
-libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO