diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
commit | af63bdbe119ca26a20cee09e3e30d73e6b695e45 (patch) | |
tree | 7d69e9615cf414cf1988914f1e3423f0662c0578 /kommander/plugin | |
parent | 3b724543a8a30095af41b983b78971d678675410 (diff) | |
download | tdewebdev-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/plugin')
-rw-r--r-- | kommander/plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/plugin/Makefile.am b/kommander/plugin/Makefile.am index be5cd4ec..3d48e7a6 100644 --- a/kommander/plugin/Makefile.am +++ b/kommander/plugin/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/kommander/widget $(all_includes) libkommanderplugin_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined # the libraries to link against. -libkommanderplugin_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +libkommanderplugin_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp |