diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:53 +0900 |
commit | 716e33b80b485b3bd1a67a7841d230ba5ec73a99 (patch) | |
tree | 34543fec89aecf8d352b1cedb03536029326912b /kopete/protocols | |
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 <[email protected]>
Diffstat (limited to 'kopete/protocols')
-rw-r--r-- | kopete/protocols/gadu/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/groupwise/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/irc/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/tdeioslave/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/meanwhile/Makefile.am | 2 | ||||
-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 | ||||
-rw-r--r-- | kopete/protocols/testbed/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/winpopup/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/tests/Makefile.am | 4 |
15 files changed, 22 insertions, 22 deletions
diff --git a/kopete/protocols/gadu/Makefile.am b/kopete/protocols/gadu/Makefile.am index f8741e94..8f449b20 100644 --- a/kopete/protocols/gadu/Makefile.am +++ b/kopete/protocols/gadu/Makefile.am @@ -22,7 +22,7 @@ kopete_gadu_la_SOURCES = gaduaway.cpp gadueditcontact.cpp gaducommands.cpp \ gaducontactlist.cpp gadurichtextformat.cpp \ gadudccserver.cpp gadudcctransaction.cpp gadudcc.cpp -kopete_gadu_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lgadu +kopete_gadu_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lgadu kopete_gadu_la_LIBADD = ./ui/libgaduui.la \ $(top_builddir)/kopete/libkopete/libkopete.la \ $(GG_LIBS) diff --git a/kopete/protocols/groupwise/Makefile.am b/kopete/protocols/groupwise/Makefile.am index 955637aa..2110fc2b 100644 --- a/kopete/protocols/groupwise/Makefile.am +++ b/kopete/protocols/groupwise/Makefile.am @@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = kopete_groupwise.la kopete_groupwise_la_SOURCES = gwprotocol.cpp gwcontact.cpp gwaccount.cpp \ gwbytestream.cpp gwconnector.cpp gwmessagemanager.cpp gwcontactlist.cpp kopete_groupwise_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) \ - $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor + $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_groupwise_la_LIBADD = ui/libkopetegroupwiseui.la \ libgroupwise/libgroupwise.la ../../libkopete/libkopete.la $(LIB_TDEIO) diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am b/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am index cf966ca2..37a9928d 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am +++ b/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am @@ -24,7 +24,7 @@ noinst_HEADERS = requesttask.h eventtask.h logintask.h setstatustask.h \ libgroupwise_tasks_la_LDFLAGS = -no-undefined $(all_libraries) -libgroupwise_tasks_la_LIBADD = $(LIB_QT) +libgroupwise_tasks_la_LIBADD = $(LIB_TQT) diff --git a/kopete/protocols/irc/Makefile.am b/kopete/protocols/irc/Makefile.am index fb386b8d..d2208d5e 100644 --- a/kopete/protocols/irc/Makefile.am +++ b/kopete/protocols/irc/Makefile.am @@ -22,7 +22,7 @@ kopete_irc_la_SOURCES = \ kcodecaction.cpp \ ksparser.cpp -kopete_irc_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEHTML) +kopete_irc_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEHTML) kopete_irc_la_LIBADD = ../../libkopete/libkopete.la \ ./ui/libkopeteircui.la \ ./libkirc/libkirc.la \ diff --git a/kopete/protocols/jabber/Makefile.am b/kopete/protocols/jabber/Makefile.am index 40f24e0c..1c228bf0 100644 --- a/kopete/protocols/jabber/Makefile.am +++ b/kopete/protocols/jabber/Makefile.am @@ -44,7 +44,7 @@ kopete_jabber_la_SOURCES = \ jabbertransport.cpp\ jabberbookmarks.cpp -kopete_jabber_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kopete_jabber_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_jabber_la_LIBADD = $(top_builddir)/kopete/libkopete/libkopete.la \ ui/libkopetejabberui.la \ libiris/iris/include/libiris.la \ diff --git a/kopete/protocols/jabber/tdeioslave/Makefile.am b/kopete/protocols/jabber/tdeioslave/Makefile.am index ed5b3da3..f5d90dc7 100644 --- a/kopete/protocols/jabber/tdeioslave/Makefile.am +++ b/kopete/protocols/jabber/tdeioslave/Makefile.am @@ -14,7 +14,7 @@ kde_module_LTLIBRARIES = tdeio_jabberdisco.la tdeio_jabberdisco_la_SOURCES = jabberdisco.cpp tdeio_jabberdisco_la_LIBADD = ../libjabberclient.la ../libiris/qca/src/libqca.la ../libiris/iris/include/libiris.la ../libiris/iris/xmpp-im/libiris_xmpp_im.la ../libiris/iris/xmpp-core/libiris_xmpp_core.la ../libiris/iris/jabber/libiris_jabber.la ../libiris/cutestuff/util/libcutestuff_util.la ../libiris/cutestuff/network/libcutestuff_network.la $(LIB_TDEIO) -tdeio_jabberdisco_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +tdeio_jabberdisco_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor noinst_HEADERS = jabberdisco.h diff --git a/kopete/protocols/meanwhile/Makefile.am b/kopete/protocols/meanwhile/Makefile.am index 20a03725..1abeb22c 100644 --- a/kopete/protocols/meanwhile/Makefile.am +++ b/kopete/protocols/meanwhile/Makefile.am @@ -28,7 +28,7 @@ kopete_meanwhile_la_SOURCES = \ meanwhileplugin.cpp kopete_meanwhile_la_LDFLAGS = -no-undefined -module \ - $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor + $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_meanwhile_la_LIBADD = $(top_builddir)/kopete/libkopete/libkopete.la \ ui/libkopetemeanwhileui.la $(MEANWHILE_LIBS) 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:" diff --git a/kopete/protocols/testbed/Makefile.am b/kopete/protocols/testbed/Makefile.am index 4bc8e209..7a7c5186 100644 --- a/kopete/protocols/testbed/Makefile.am +++ b/kopete/protocols/testbed/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = $(KOPETE_INCLUDES) -I$(srcdir)/ui -Iui $(all_includes) noinst_HEADERS = testbedprotocol.h testbedcontact.h testbedaccount.h testbedaddcontactpage.h testbededitaccountwidget.h testbedfakeserver.h testbedincomingmessage.h kde_module_LTLIBRARIES = kopete_testbed.la kopete_testbed_la_SOURCES = testbedprotocol.cpp testbedcontact.cpp testbedaccount.cpp testbedaddcontactpage.cpp testbedaddui.ui testbededitaccountwidget.cpp testbedaccountpreferences.ui testbedfakeserver.cpp testbedincomingmessage.cpp -kopete_testbed_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kopete_testbed_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_testbed_la_LIBADD = ../../libkopete/avdevice/libkopete_videodevice.la \ ui/libkopetetestbedui.la ../../libkopete/libkopete.la $(LIB_TDEIO) diff --git a/kopete/protocols/winpopup/Makefile.am b/kopete/protocols/winpopup/Makefile.am index ac798166..ae0785cb 100644 --- a/kopete/protocols/winpopup/Makefile.am +++ b/kopete/protocols/winpopup/Makefile.am @@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = kopete_wp.la noinst_HEADERS = wpprotocol.h wpeditaccount.h wpaccount.h wpuserinfo.h wpcontact.h wpaddcontact.h kopete_wp_la_SOURCES = wpprotocol.cpp wpcontact.cpp wpaddcontact.cpp wpeditaccount.cpp wpaccount.cpp wpuserinfo.cpp -kopete_wp_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kopete_wp_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_wp_la_LIBADD = ../../libkopete/libkopete.la ./ui/libkopetewpui.la \ ./libwinpopup/libwinpopup.la $(LIB_TDEIO) diff --git a/kopete/protocols/yahoo/Makefile.am b/kopete/protocols/yahoo/Makefile.am index a0ef0fe7..7d7e325d 100644 --- a/kopete/protocols/yahoo/Makefile.am +++ b/kopete/protocols/yahoo/Makefile.am @@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = kopete_yahoo.la kopete_yahoo_la_SOURCES = yahooprotocol.cpp yahoocontact.cpp \ yahooaddcontact.cpp yahooaccount.cpp yahooeditaccount.cpp yahooconferencemessagemanager.cpp \ yahoochatsession.cpp yahooverifyaccount.cpp yahoowebcam.cpp -kopete_yahoo_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kopete_yahoo_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kopete_yahoo_la_LIBADD = ../../libkopete/avdevice/libkopete_videodevice.la \ $(top_builddir)/kopete/libkopete/libkopete.la ui/libkopeteyahooui.la libkyahoo/libkyahoo.la diff --git a/kopete/protocols/yahoo/libkyahoo/Makefile.am b/kopete/protocols/yahoo/libkyahoo/Makefile.am index 8524b4b1..e066486f 100644 --- a/kopete/protocols/yahoo/libkyahoo/Makefile.am +++ b/kopete/protocols/yahoo/libkyahoo/Makefile.am @@ -16,7 +16,7 @@ libkyahoo_la_SOURCES = client.cpp task.cpp connector.cpp inputprotocolbase.cpp \ yabentry.cpp modifyyabtask.cpp chatsessiontask.cpp sendfiletask.cpp filetransfernotifiertask.cpp \ receivefiletask.cpp yahoochattask.cpp libkyahoo_la_LDFLAGS = -no-undefined $(all_libraries) -libkyahoo_la_LIBADD = $(LIB_QT) +libkyahoo_la_LIBADD = $(LIB_TQT) noinst_HEADERS = logintask.h yabentry.h yabtask.h modifyyabtask.h \ chatsessiontask.h yahoochattask.h diff --git a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am index 7f2d54a6..798dcaa2 100644 --- a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am +++ b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO check_PROGRAMS = clientstream_test clientstream_test_SOURCES = clientstream_test.cpp -clientstream_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la +clientstream_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../libkyahoo.la #login_test_SOURCES = logintest.cpp -#login_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la +#login_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../libkyahoo.la |