From fbc34513ea323ae7b39eef784eeeaefd3591b5bb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:20:42 +0900 Subject: [PATCH] LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- style/Makefile.am | 2 +- style/config/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/Makefile.am b/style/Makefile.am index d45dfe7..7017f74 100644 --- a/style/Makefile.am +++ b/style/Makefile.am @@ -18,7 +18,7 @@ noinst_HEADERS = lipstik.h misc.h kde_style_LTLIBRARIES = lipstik.la lipstik_la_SOURCES = lipstik.cpp misc.cpp -lipstik_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(KDE_PLUGIN) -module +lipstik_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(KDE_PLUGIN) -module lipstik_la_LIBADD = -ltdefx lipstik_la_METASOURCES = AUTO diff --git a/style/config/Makefile.am b/style/config/Makefile.am index ec46632..4e20807 100644 --- a/style/config/Makefile.am +++ b/style/config/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(all_includes) noinst_HEADERS = lipstikconf.h kde_module_LTLIBRARIES = tdestyle_lipstik_config.la -tdestyle_lipstik_config_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(KDE_PLUGIN) -module +tdestyle_lipstik_config_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(KDE_PLUGIN) -module tdestyle_lipstik_config_la_LIBADD = $(LIB_TDEUI) tdestyle_lipstik_config_la_SOURCES = lipstikconf.cpp tdestyle_lipstik_config_la_METASOURCES = AUTO