summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:14 +0900
commit473b379f628eaa422c46d1fe6fadadc85eb1409b (patch)
tree6d5dc3fec5964d8dca5dea6fe3e45f1dcbcc4e96
parentb8deb39ffca835e9057eeb6b4c62a6e62a92fe76 (diff)
downloadkcmldapcontroller-473b379f.tar.gz
kcmldapcontroller-473b379f.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--cert-updater/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cert-updater/Makefile.am b/cert-updater/Makefile.am
index bf6707a..3e671a4 100644
--- a/cert-updater/Makefile.am
+++ b/cert-updater/Makefile.am
@@ -5,6 +5,6 @@ bin_PROGRAMS = primaryrccertupdater
primaryrccertupdater_SOURCES = main.cpp
primaryrccertupdater_METASOURCES = AUTO
-primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS)
+primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS)
KDE_OPTIONS = nofinal \ No newline at end of file