diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:41 +0900 |
commit | 74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7 (patch) | |
tree | f9d8e4a9955285aedb9bc9e0169248b297b5b85d /deco/config | |
parent | 7a11597b82851685861e1cb00040d610a559fbad (diff) | |
download | tde-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.am | 2 |
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) |