diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:38 +0900 |
commit | 91c616dd6d83adbb5869b739932c4a0986686d9e (patch) | |
tree | 06a739a3c089363e6a57c5ef4dac3af04717735e /src/mplayerthumbsconfig | |
parent | cef76343e3e2c52a0a5437529d20c855e56fd903 (diff) | |
download | mplayerthumbs-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/mplayerthumbsconfig')
-rw-r--r-- | src/mplayerthumbsconfig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |