From 2a2d1c2510647925f8deec693fcd9bebd2608143 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:19:55 +0900 Subject: LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- khexedit/Makefile.am | 2 +- khexedit/lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit') diff --git a/khexedit/Makefile.am b/khexedit/Makefile.am index 557e6c7..45c34f7 100644 --- a/khexedit/Makefile.am +++ b/khexedit/Makefile.am @@ -20,7 +20,7 @@ draglabel.h progress.h hexeditstate.h chartabledialog.h hexdrag.h \ exportdialog.h fileinfodialog.h converterdialog.h listview.h searchbar.h khexedit_METASOURCES = AUTO -khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor khexedit_LDADD = $(LIB_TDEIO) $(LIB_TDEPRINT) xdg_apps_DATA = khexedit.desktop diff --git a/khexedit/lib/Makefile.am b/khexedit/lib/Makefile.am index 6b124d3..44ae83c 100644 --- a/khexedit/lib/Makefile.am +++ b/khexedit/lib/Makefile.am @@ -7,7 +7,7 @@ METASOURCES = AUTO # this library is used by the kbytesedit part and the khepart part lib_LTLIBRARIES = libkhexeditcommon.la libkhexeditcommon_la_LDFLAGS = $(all_libraries) -no-undefined -libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_TDECORE) $(LIB_QT) +libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_TDECORE) $(LIB_TQT) libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \ kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \ kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \ -- cgit v1.2.1