diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:52 +0900 |
commit | aa882de2135a84abcb0d8b2b41239ebb24cd385a (patch) | |
tree | 2f080e4ebf64c77349896ceeef9440e6e17f9872 /certmanager/Makefile.am | |
parent | fde2af1d62167f372c9b84be8ede32bdb62bb7a8 (diff) | |
download | tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.tar.gz tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'certmanager/Makefile.am')
-rw-r--r-- | certmanager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/Makefile.am b/certmanager/Makefile.am index 3f077079a..ca1431f91 100644 --- a/certmanager/Makefile.am +++ b/certmanager/Makefile.am @@ -17,7 +17,7 @@ kleopatra_SOURCES = \ METASOURCES = AUTO -kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kleopatra_LDADD = conf/libconf.la lib/libkleopatra.la $(LIB_TDEUTILS) $(LIB_TDEABC) rcdir = $(kde_datadir)/kleopatra |