diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
commit | af63bdbe119ca26a20cee09e3e30d73e6b695e45 (patch) | |
tree | 7d69e9615cf414cf1988914f1e3423f0662c0578 /klinkstatus/src | |
parent | 3b724543a8a30095af41b983b78971d678675410 (diff) | |
download | tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.tar.gz tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'klinkstatus/src')
-rw-r--r-- | klinkstatus/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klinkstatus/src/Makefile.am b/klinkstatus/src/Makefile.am index b39f1333..40542c95 100644 --- a/klinkstatus/src/Makefile.am +++ b/klinkstatus/src/Makefile.am @@ -17,7 +17,7 @@ bin_PROGRAMS = klinkstatus # the application source, library search path, and link libraries -klinkstatus_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP +klinkstatus_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP klinkstatus_LDADD = $(LIB_TDEPARTS) xdg_apps_DATA = klinkstatus.desktop @@ -34,7 +34,7 @@ kde_module_LTLIBRARIES = libklinkstatuspart.la # the Part's source, library search path, and link libraries -libklinkstatuspart_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP +libklinkstatuspart_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP libklinkstatuspart_la_LIBADD = ui/settings/libsettings.la \ ui/libui.la engine/libengine.la \ parser/libparser.la utils/libutils.la $(LIB_TDEPARTS) $(LIB_TDEFILE) |