summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:59 +0900
commitaf63bdbe119ca26a20cee09e3e30d73e6b695e45 (patch)
tree7d69e9615cf414cf1988914f1e3423f0662c0578 /kommander/widgets
parent3b724543a8a30095af41b983b78971d678675410 (diff)
downloadtdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.tar.gz
tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/widgets')
-rw-r--r--kommander/widgets/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/Makefile.am b/kommander/widgets/Makefile.am
index dc42a32e..aae6fbb8 100644
--- a/kommander/widgets/Makefile.am
+++ b/kommander/widgets/Makefile.am
@@ -4,11 +4,11 @@ lib_LTLIBRARIES = libkommanderwidgets.la
INCLUDES = -I$(top_srcdir)/kommander/widget -I$(top_srcdir)/kommander/factory -I$(top_srcdir)/kommander/plugin $(all_includes)
# the library search path.
-#widgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+#widgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
libkommanderwidgets_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
# the libraries to link against.
-libkommanderwidgets_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) \
+libkommanderwidgets_la_LIBADD = $(LIB_TDEIO) $(LIB_TQT) \
$(top_builddir)/kommander/widget/libkommanderwidget.la \
$(top_builddir)/kommander/plugin/libkommanderplugin.la \
$(top_builddir)/kommander/factory/libkommanderfactory.la