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 /kscd | |
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 'kscd')
-rw-r--r-- | kscd/Makefile.am | 2 | ||||
-rw-r--r-- | kscd/kscdmagic/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kscd/Makefile.am b/kscd/Makefile.am index 3e37fb52..c7091a6d 100644 --- a/kscd/Makefile.am +++ b/kscd/Makefile.am @@ -23,7 +23,7 @@ libkcompactdisc_la_LDFLAGS = $(all_libraries) -lpthread kde_kcfg_DATA = kscd.kcfg -kscd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kscd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kscd_LDADD = $(LIBCDROM) $(LIBCDAUDIO) \ $(LIBFPE) $(LIB_TDEIO) -ltdeutils $(top_builddir)/libkcddb/libkcddb.la \ libkcompactdisc.la -lpthread diff --git a/kscd/kscdmagic/Makefile.am b/kscd/kscdmagic/Makefile.am index 49e27709..13031d2e 100644 --- a/kscd/kscdmagic/Makefile.am +++ b/kscd/kscdmagic/Makefile.am @@ -26,7 +26,7 @@ bin_PROGRAMS = kscdmagic kscdmagic_SOURCES = core.cpp main.cpp sound.cpp xlibwrap.cpp xlib.c # the library search path. -kscdmagic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kscdmagic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |