diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:55 +0900 |
commit | 2a2d1c2510647925f8deec693fcd9bebd2608143 (patch) | |
tree | d0f146aa22ce2f405ec92a1045e2bf0414ce2678 /tdelirc | |
parent | 09c137935a49578d611a9c2947326a9ecb516400 (diff) | |
download | tdeutils-2a2d1c2510647925f8deec693fcd9bebd2608143.tar.gz tdeutils-2a2d1c2510647925f8deec693fcd9bebd2608143.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdelirc')
-rw-r--r-- | tdelirc/tdelirc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdelirc/tdelirc/Makefile.am b/tdelirc/tdelirc/Makefile.am index e65ca12..4bed3df 100644 --- a/tdelirc/tdelirc/Makefile.am +++ b/tdelirc/tdelirc/Makefile.am @@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libtdelirc.la noinst_HEADERS = iraction.h arguments.h iractions.h prototype.h modes.h mode.h profileserver.h remoteserver.h libtdelirc_la_SOURCES = iraction.cpp arguments.cpp iractions.cpp prototype.cpp modes.cpp mode.cpp profileserver.cpp remoteserver.cpp -libtdelirc_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIBSOCKET) +libtdelirc_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIBSOCKET) ####### tdevelop will overwrite this part!!! (end)############ # These paths are TDE specific. Use them: @@ -34,7 +34,7 @@ INCLUDES = $(all_includes) METASOURCES = AUTO # the library search path. -libtdelirc_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +libtdelirc_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE´s XML GUI builing |