summaryrefslogtreecommitdiffstats
path: root/kmousetool
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:56 +0900
commit921a022b2dd1d87299b65233515ec9fb061b9c1c (patch)
tree4ece87d082978ff9108e71502399b787aa8d2eae /kmousetool
parent1afc0b92f8d11a227893e9af73ab0158a8dd7382 (diff)
downloadtdeaccessibility-921a022b2dd1d87299b65233515ec9fb061b9c1c.tar.gz
tdeaccessibility-921a022b2dd1d87299b65233515ec9fb061b9c1c.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmousetool')
-rw-r--r--kmousetool/kmousetool/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmousetool/kmousetool/Makefile.am b/kmousetool/kmousetool/Makefile.am
index cf337c9..5a197ad 100644
--- a/kmousetool/kmousetool/Makefile.am
+++ b/kmousetool/kmousetool/Makefile.am
@@ -1,7 +1,7 @@
bin_PROGRAMS = kmousetool
kmousetool_SOURCES = kmousetoolui.ui mtstroke.cpp kmousetool.cpp main.cpp
-kmousetool_LDADD = -lXtst $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lXext -lX11 $(LIBSOCKET)
+kmousetool_LDADD = -lXtst $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) -lXext -lX11 $(LIBSOCKET)
SUBDIRS = pics
@@ -18,7 +18,7 @@ INCLUDES= $(all_includes)
METASOURCES = AUTO
# the library search path.
-kmousetool_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kmousetool_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \