diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:04 +0900 |
commit | 4220f1965a7f8e48e42544e81874e21fcff1848b (patch) | |
tree | b468852c19c66bbd25802fb8ddfc1c9816a48ccc /file-integration | |
parent | 4385753122bd97063af2ba70b00fd5f85956960e (diff) | |
download | basket-4220f1965a7f8e48e42544e81874e21fcff1848b.tar.gz basket-4220f1965a7f8e48e42544e81874e21fcff1848b.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'file-integration')
-rw-r--r-- | file-integration/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file-integration/Makefile.am b/file-integration/Makefile.am index f5e7774..7fde328 100644 --- a/file-integration/Makefile.am +++ b/file-integration/Makefile.am @@ -11,7 +11,7 @@ INCLUDES = $(all_includes) kde_module_LTLIBRARIES = basketthumbcreator.la basketthumbcreator_la_SOURCES = basketthumbcreator.cpp basketthumbcreator_la_LIBADD = $(LIB_TDEIO) -basketthumbcreator_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx +basketthumbcreator_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx kde_services_DATA = basketthumbcreator.desktop # Icons: |