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 /style/Makefile.am | |
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 'style/Makefile.am')
-rw-r--r-- | style/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/Makefile.am b/style/Makefile.am index c4e51de..606274c 100644 --- a/style/Makefile.am +++ b/style/Makefile.am @@ -5,7 +5,7 @@ noinst_HEADERS = baghira.h pixmaps.h bitmaps.h METASOURCES = AUTO kde_style_LTLIBRARIES = baghira.la baghira_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -baghira_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -lXtst +baghira_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -lXtst baghira_la_SOURCES = baghira.cpp optionHandler.cpp polish.cpp utils.cpp lnkdir = $(kde_datadir)/tdestyle/themes lnk_DATA = baghira.themerc |