diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:45 +0900 |
commit | 6e533864ce9c3ffde4e7dddbc54109d777a3e852 (patch) | |
tree | 34c989ca11287263b5780c81861f626a5fea8194 | |
parent | a4efc4fa2869e428719723f7127bea6929b71e98 (diff) | |
download | tdmtheme-6e533864ce9c3ffde4e7dddbc54109d777a3e852.tar.gz tdmtheme-6e533864ce9c3ffde4e7dddbc54109d777a3e852.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9602232..2426f9f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_tdmtheme.la kcm_tdmtheme_la_SOURCES = tdmtheme.cpp -kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) +kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE) kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) |