summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:45 +0900
commit6e533864ce9c3ffde4e7dddbc54109d777a3e852 (patch)
tree34c989ca11287263b5780c81861f626a5fea8194 /src
parenta4efc4fa2869e428719723f7127bea6929b71e98 (diff)
downloadtdmtheme-6e533864ce9c3ffde4e7dddbc54109d777a3e852.tar.gz
tdmtheme-6e533864ce9c3ffde4e7dddbc54109d777a3e852.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
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)