summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:27 +0900
commit08647add4929fe2db1b7c49d6b7ec0b55dda2720 (patch)
tree81a883b7e460f9c8af12bc8bddbf24211c8f3aad /kexi/plugins/macros
parent969ddaf1a07f5d6934059359dab05b46cce14679 (diff)
downloadkoffice-08647add.tar.gz
koffice-08647add.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins/macros')
-rw-r--r--kexi/plugins/macros/kexiactions/Makefile.am2
-rw-r--r--kexi/plugins/macros/lib/Makefile.am2
-rw-r--r--kexi/plugins/macros/tests/Makefile.am4
3 files changed, 4 insertions, 4 deletions
diff --git a/kexi/plugins/macros/kexiactions/Makefile.am b/kexi/plugins/macros/kexiactions/Makefile.am
index b61cbcd3f..5366715c0 100644
--- a/kexi/plugins/macros/kexiactions/Makefile.am
+++ b/kexi/plugins/macros/kexiactions/Makefile.am
@@ -16,7 +16,7 @@ libkeximacroactions_la_LDFLAGS = $(all_libraries)
libkeximacroactions_la_LIBADD = \
$(top_builddir)/kexi/plugins/macros/lib/libkomacro.la \
$(top_builddir)/kexi/core/libkexicore.la \
- $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
+ $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
libkeximacroactions_la_METASOURCES = AUTO
SUBDIRS = .
diff --git a/kexi/plugins/macros/lib/Makefile.am b/kexi/plugins/macros/lib/Makefile.am
index 4540f2f4d..f1b56c9c3 100644
--- a/kexi/plugins/macros/lib/Makefile.am
+++ b/kexi/plugins/macros/lib/Makefile.am
@@ -16,7 +16,7 @@ libkomacro_la_SOURCES = \
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
libkomacro_la_LDFLAGS = $(all_libraries) -Wnounresolved
-libkomacro_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
+libkomacro_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
libkomacro_la_METASOURCES = AUTO
SUBDIRS = .
diff --git a/kexi/plugins/macros/tests/Makefile.am b/kexi/plugins/macros/tests/Makefile.am
index 324a03d44..44068152a 100644
--- a/kexi/plugins/macros/tests/Makefile.am
+++ b/kexi/plugins/macros/tests/Makefile.am
@@ -7,12 +7,12 @@ endif
bin_PROGRAMS = komacrotest $(GUIBINPROGRAM)
komacrotest_SOURCES = komacrotest.cpp testobject.cpp testaction.cpp actiontests.cpp macrotests.cpp macroitemtests.cpp variabletests.cpp xmlhandlertests.cpp xmlhandlertests2.cpp
-komacrotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+komacrotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
komacrotest_LDADD = -ltdeunittest ../lib/libkomacro.la $(LIB_TDEUI) $(LIB_TDEPARTS)
if include_tdeunittestgui
komacrotestgui_SOURCES = komacrotestgui.cpp testobject.cpp testaction.cpp actiontests.cpp macrotests.cpp macroitemtests.cpp variabletests.cpp xmlhandlertests.cpp xmlhandlertests2.cpp
- komacrotestgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+ komacrotestgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
komacrotestgui_LDADD = -ltdeunittestgui ../lib/libkomacro.la $(LIB_TDEUI) $(LIB_TDEPARTS)
endif