summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:53 +0900
commit716e33b80b485b3bd1a67a7841d230ba5ec73a99 (patch)
tree34543fec89aecf8d352b1cedb03536029326912b /kppp
parent98406783876514cc3ba076bfa11fe4b8cca07cfd (diff)
downloadtdenetwork-716e33b80b485b3bd1a67a7841d230ba5ec73a99.tar.gz
tdenetwork-716e33b80b485b3bd1a67a7841d230ba5ec73a99.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kppp')
-rw-r--r--kppp/Makefile.am2
-rw-r--r--kppp/logview/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kppp/Makefile.am b/kppp/Makefile.am
index 8519572c..8810aa48 100644
--- a/kppp/Makefile.am
+++ b/kppp/Makefile.am
@@ -51,7 +51,7 @@ kppp_SOURCES = kpppwidget.cpp \
KPPPIface.skel
# the library search path
-kppp_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) -lDCOP
+kppp_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) $(LIB_TDECORE) -lDCOP
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.
diff --git a/kppp/logview/Makefile.am b/kppp/logview/Makefile.am
index 13be319f..95060536 100644
--- a/kppp/logview/Makefile.am
+++ b/kppp/logview/Makefile.am
@@ -29,7 +29,7 @@ bin_PROGRAMS = kppplogview
kppplogview_SOURCES = main.cpp loginfo.cpp log.cpp monthly.cpp export.cpp
# the library search path
-kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE)
+kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) $(LIB_TDECORE)
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.