diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:52 +0900 |
commit | aa882de2135a84abcb0d8b2b41239ebb24cd385a (patch) | |
tree | 2f080e4ebf64c77349896ceeef9440e6e17f9872 /libtdepim/tdepartsdesignerplugin/Makefile.am | |
parent | fde2af1d62167f372c9b84be8ede32bdb62bb7a8 (diff) | |
download | tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.tar.gz tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdepim/tdepartsdesignerplugin/Makefile.am')
-rw-r--r-- | libtdepim/tdepartsdesignerplugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/tdepartsdesignerplugin/Makefile.am b/libtdepim/tdepartsdesignerplugin/Makefile.am index 8ca60702c..2334cf78d 100644 --- a/libtdepim/tdepartsdesignerplugin/Makefile.am +++ b/libtdepim/tdepartsdesignerplugin/Makefile.am @@ -3,6 +3,6 @@ METASOURCES = AUTO INCLUDES = $(all_includes) kde_widget_LTLIBRARIES = tdepartsdesignerplugin.la -tdepartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -ltdeio +tdepartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_TQT) -ltdecore -ltdeio tdepartsdesignerplugin_la_LIBADD = $(LIB_TDEPARTS) tdepartsdesignerplugin_la_SOURCES = tdepartsdesignerplugin.cpp |