summaryrefslogtreecommitdiffstats
path: root/kgeography
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:55 +0900
commit2e0665dec63c510f6b070dde78eb933a82a56673 (patch)
tree7a31e85e4e460e3f8eb99304e94dd732c7a80185 /kgeography
parente665c37a3b44cd56504ade07f716520779befacf (diff)
downloadtdeedu-2e0665dec63c510f6b070dde78eb933a82a56673.tar.gz
tdeedu-2e0665dec63c510f6b070dde78eb933a82a56673.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgeography')
-rw-r--r--kgeography/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgeography/src/Makefile.am b/kgeography/src/Makefile.am
index 54a3bede..196a8020 100644
--- a/kgeography/src/Makefile.am
+++ b/kgeography/src/Makefile.am
@@ -8,7 +8,7 @@ bin_PROGRAMS = kgeography
INCLUDES = $(all_includes)
# the library search path.
-kgeography_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kgeography_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against.
kgeography_LDADD = $(LIB_TDEUI)
@@ -39,5 +39,5 @@ valgrind: kgeography
noinst_PROGRAMS = script
script_SOURCES = script.cpp
-script_LDADD = $(LIB_QT)
+script_LDADD = $(LIB_TQT)
script_LDFLAGS = $(all_libraries)