diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:57 +0900 |
commit | d7f6a95d29eac5f580330469880b8e686193121e (patch) | |
tree | 242af00b7247868da7c8d302f6b752e02e7ca3de /kcron/Makefile.am | |
parent | 94fde5b77d901113dd1c0d3f5ac34ea02cecf830 (diff) | |
download | tdeadmin-d7f6a95d29eac5f580330469880b8e686193121e.tar.gz tdeadmin-d7f6a95d29eac5f580330469880b8e686193121e.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcron/Makefile.am')
-rw-r--r-- | kcron/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/Makefile.am b/kcron/Makefile.am index e495b90..59a8bb8 100644 --- a/kcron/Makefile.am +++ b/kcron/Makefile.am @@ -97,7 +97,7 @@ INCLUDES= $(all_includes) kcron_METASOURCES = AUTO -kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kcron.pot |