summaryrefslogtreecommitdiffstats
path: root/deco/config
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-17 23:20:41 +0900
committerMichele Calgaro <[email protected]>2018-09-17 23:20:41 +0900
commit74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7 (patch)
treef9d8e4a9955285aedb9bc9e0169248b297b5b85d /deco/config
parent7a11597b82851685861e1cb00040d610a559fbad (diff)
downloadtde-style-baghira-74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7.tar.gz
tde-style-baghira-74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'deco/config')
-rw-r--r--deco/config/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/deco/config/Makefile.am b/deco/config/Makefile.am
index 08e3ea3..d741389 100644
--- a/deco/config/Makefile.am
+++ b/deco/config/Makefile.am
@@ -9,7 +9,7 @@ noinst_HEADERS = baghiraconfig.h aquariusbutton.h colorpicker.h pixmaps.h
kde_module_LTLIBRARIES = twin_baghira_config.la
twin_baghira_config_la_SOURCES = baghiraconfig.cc aquariusbutton.cc colorpicker.cc configdialog.ui
twin_baghira_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
-twin_baghira_config_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
+twin_baghira_config_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
twin_baghira_config_la_METASOURCES = AUTO
DISTCLEANFILES = $(twin_baghira_config_la_METASOURCES)