diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:41 +0900 |
commit | 74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7 (patch) | |
tree | f9d8e4a9955285aedb9bc9e0169248b297b5b85d /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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 1c1e6af..a4ece72 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = tdestyle_baghira_config.la tdestyle_baghira_config_la_SOURCES = tdestyle_baghira_config.cpp colordialog.cpp colorpicker.cpp configdialog.ui help.ui about.ui # tdestyle_baghira_config_la_METASOURCES = AUTO -tdestyle_baghira_config_la_LIBADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) +tdestyle_baghira_config_la_LIBADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) tdestyle_baghira_config_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined $(KDE_PLUGIN) |