summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:38 +0900
commit91c616dd6d83adbb5869b739932c4a0986686d9e (patch)
tree06a739a3c089363e6a57c5ef4dac3af04717735e /src
parentcef76343e3e2c52a0a5437529d20c855e56fd903 (diff)
downloadmplayerthumbs-91c616dd6d83adbb5869b739932c4a0986686d9e.tar.gz
mplayerthumbs-91c616dd6d83adbb5869b739932c4a0986686d9e.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/mplayerthumbsconfig/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4ad6dea..b947b42 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = . mplayerthumbsconfig
kde_module_LTLIBRARIES = videopreview.la
videopreview_la_SOURCES = videopreview.cpp mplayerthumbs.kcfgc
-videopreview_la_LDFLAGS = -avoid-version -module $(all_libraries) $(TDE_PLUGIN) $(LIB_QT)
+videopreview_la_LDFLAGS = -avoid-version -module $(all_libraries) $(TDE_PLUGIN) $(LIB_TQT)
protocoldir = $(kde_servicesdir)
@@ -14,7 +14,7 @@ messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/videopreview.pot
protocol_DATA = videopreview.desktop
-videopreview_la_LIBADD = $(LIB_TDECORE) -ltdefx $(LIB_QT)
+videopreview_la_LIBADD = $(LIB_TDECORE) -ltdefx $(LIB_TQT)
videothumbnail_DATA = sprocket-small.png sprocket-medium.png sprocket-large.png
videothumbnaildir = $(kde_datadir)/videopreview
diff --git a/src/mplayerthumbsconfig/Makefile.am b/src/mplayerthumbsconfig/Makefile.am
index 1cc43f7..d567719 100644
--- a/src/mplayerthumbsconfig/Makefile.am
+++ b/src/mplayerthumbsconfig/Makefile.am
@@ -8,4 +8,4 @@ bin_PROGRAMS = mplayerthumbsconfig
mplayerthumbsconfig_LDFLAGS = $(KDE_RPATH) $(all_libraries)
mplayerthumbsconfig_SOURCES = main.cpp mplayerthumbscfg.cpp
noinst_HEADERS = mplayerthumbscfg.h
-mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
+mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT)