summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/daapreader/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:04 +0900
commit5f5b35b5e623508d3a6dccd6238a64bc7a41222a (patch)
tree0f7d6efdb6d350a418acc118ab9f259e3e54b1ce /amarok/src/mediadevice/daap/daapreader/Makefile.am
parentcd4c30a6734805fc0bb86b77ce2cbb2807316d65 (diff)
downloadamarok-5f5b35b5e623508d3a6dccd6238a64bc7a41222a.tar.gz
amarok-5f5b35b5e623508d3a6dccd6238a64bc7a41222a.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok/src/mediadevice/daap/daapreader/Makefile.am')
-rw-r--r--amarok/src/mediadevice/daap/daapreader/Makefile.am4
1 files changed, 2 insertions, 2 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