diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:53 +0900 |
commit | 716e33b80b485b3bd1a67a7841d230ba5ec73a99 (patch) | |
tree | 34543fec89aecf8d352b1cedb03536029326912b /kopete/protocols/oscar | |
parent | 98406783876514cc3ba076bfa11fe4b8cca07cfd (diff) | |
download | tdenetwork-716e33b80b485b3bd1a67a7841d230ba5ec73a99.tar.gz tdenetwork-716e33b80b485b3bd1a67a7841d230ba5ec73a99.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/protocols/oscar')
-rw-r--r-- | kopete/protocols/oscar/icq/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/liboscar/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/liboscar/tests/Makefile.am | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/kopete/protocols/oscar/icq/Makefile.am b/kopete/protocols/oscar/icq/Makefile.am index 81d1f488..f4139d20 100644 --- a/kopete/protocols/oscar/icq/Makefile.am +++ b/kopete/protocols/oscar/icq/Makefile.am @@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = kopete_icq.la kopete_icq_la_SOURCES = icqpresence.cpp icqaccount.cpp icqcontact.cpp icqprotocol.cpp # icquserinfo.cpp icqreadaway.cpp icqsendsmsdialog.cpp -kopete_icq_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kopete_icq_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_icq_la_LIBADD = ../libkopete_oscar.la \ $(top_builddir)/kopete/libkopete/libkopete.la ui/libkopeteicqui.la diff --git a/kopete/protocols/oscar/liboscar/Makefile.am b/kopete/protocols/oscar/liboscar/Makefile.am index 2a235e83..5a0e0d97 100644 --- a/kopete/protocols/oscar/liboscar/Makefile.am +++ b/kopete/protocols/oscar/liboscar/Makefile.am @@ -22,5 +22,5 @@ liboscar_la_SOURCES = oscarutils.cpp client.cpp task.cpp connector.cpp \ chatnavservicetask.cpp connectionhandler.cpp chatservicetask.cpp liboscar_la_LDFLAGS = -no-undefined $(all_libraries) -liboscar_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) +liboscar_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) diff --git a/kopete/protocols/oscar/liboscar/tests/Makefile.am b/kopete/protocols/oscar/liboscar/tests/Makefile.am index 72fd8d64..f95a47c2 100644 --- a/kopete/protocols/oscar/liboscar/tests/Makefile.am +++ b/kopete/protocols/oscar/liboscar/tests/Makefile.am @@ -3,26 +3,26 @@ METASOURCES = AUTO check_PROGRAMS = tdeunittest clientstream_test logintest userinfotest ssigrouptest redirecttest ipaddrtest tdeunittest_SOURCES = main.cpp tdeunittest.cpp chatnavtests.cpp -tdeunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +tdeunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor tdeunittest_LDADD = $(LIB_TDECORE) ../liboscar.la clientstream_test_SOURCES = clientstream_test.cpp -clientstream_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la +clientstream_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../liboscar.la logintest_SOURCES = logintest.cpp -logintest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la +logintest_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../liboscar.la userinfotest_SOURCES = userinfotest.cpp -userinfotest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la +userinfotest_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../liboscar.la ssigrouptest_SOURCES = ssigrouptest.cpp -ssigrouptest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la +ssigrouptest_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../liboscar.la redirecttest_SOURCES = redirecttest.cpp -redirecttest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la +redirecttest_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../liboscar.la ipaddrtest_SOURCES = ipaddrtest.cpp -ipaddrtest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la +ipaddrtest_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../liboscar.la check: tdeunittest @./tdeunittest 2>&1 | grep "tests:" |