summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:13 +0900
commit9fc5274da27ecc76e1e9bf40719003839894eb8b (patch)
treec4a5e8c07cdae5301a4f0107f52d2045863570cc /src
parent98dd809cf7a91af2cc9d7b2bdc1108028522d3e0 (diff)
downloadkcmautostart-9fc5274d.tar.gz
kcmautostart-9fc5274d.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 e38a628..f2ae6f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = kcm_autostart.la
kcm_autostart_la_SOURCES = autostart.cpp
-kcm_autostart_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
+kcm_autostart_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE)
kcm_autostart_la_LDFLAGS = -avoid-version -module -no-undefined \
$(all_libraries)