diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:51 +0900 |
commit | 0c5985ae033c0dcd608c0e2470b4e5260eb464e2 (patch) | |
tree | 9c2e3f57a1b2858cb71b90e4c65e8305359e21ef /kate/plugins | |
parent | cbe888f1c4ace25d81ecc352c393c9b314c51abd (diff) | |
download | tdelibs-0c5985ae033c0dcd608c0e2470b4e5260eb464e2.tar.gz tdelibs-0c5985ae033c0dcd608c0e2470b4e5260eb464e2.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/plugins')
-rw-r--r-- | kate/plugins/insertfile/Makefile.am | 2 | ||||
-rw-r--r-- | kate/plugins/isearch/Makefile.am | 2 | ||||
-rw-r--r-- | kate/plugins/kdatatool/Makefile.am | 2 | ||||
-rw-r--r-- | kate/plugins/wordcompletion/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kate/plugins/insertfile/Makefile.am b/kate/plugins/insertfile/Makefile.am index 4a89ef3af..721cc60a8 100644 --- a/kate/plugins/insertfile/Makefile.am +++ b/kate/plugins/insertfile/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = tdetexteditor_insertfile.la tdetexteditor_insertfile_la_SOURCES = insertfileplugin.cpp -tdetexteditor_insertfile_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI) +tdetexteditor_insertfile_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI) tdetexteditor_insertfile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) insertfiledatadir = $(kde_datadir)/tdetexteditor_insertfile diff --git a/kate/plugins/isearch/Makefile.am b/kate/plugins/isearch/Makefile.am index cc9356954..07aad0f4d 100644 --- a/kate/plugins/isearch/Makefile.am +++ b/kate/plugins/isearch/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = tdetexteditor_isearch.la tdetexteditor_isearch_la_SOURCES = ISearchPlugin.cpp -tdetexteditor_isearch_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) +tdetexteditor_isearch_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) tdetexteditor_isearch_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) isearchdatadir = $(kde_datadir)/tdetexteditor_isearch diff --git a/kate/plugins/kdatatool/Makefile.am b/kate/plugins/kdatatool/Makefile.am index a0317d979..008425920 100644 --- a/kate/plugins/kdatatool/Makefile.am +++ b/kate/plugins/kdatatool/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = tdetexteditor_kdatatool.la tdetexteditor_kdatatool_la_SOURCES = kate_kdatatool.cpp -tdetexteditor_kdatatool_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI) +tdetexteditor_kdatatool_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI) tdetexteditor_kdatatool_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) kdatatooldatadir = $(kde_datadir)/tdetexteditor_kdatatool diff --git a/kate/plugins/wordcompletion/Makefile.am b/kate/plugins/wordcompletion/Makefile.am index 1fd67eaf7..444681818 100644 --- a/kate/plugins/wordcompletion/Makefile.am +++ b/kate/plugins/wordcompletion/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = tdetexteditor_docwordcompletion.la tdetexteditor_docwordcompletion_la_SOURCES = docwordcompletion.cpp -tdetexteditor_docwordcompletion_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) +tdetexteditor_docwordcompletion_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) tdetexteditor_docwordcompletion_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) docwordcompletiondatadir = $(kde_datadir)/tdetexteditor_docwordcompletion |