diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-14 02:16:11 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-14 02:16:11 +0100 |
| commit | 91d9015272fc4d3eae1524f07c13f0e45265707d (patch) | |
| tree | c8a5af0aa0f6ef8a2798438e96a87a00c8d532fc | |
| parent | 451351a40e7cc0b90334d74ec3985200d0db30cc (diff) | |
| download | tdenetwork-fix/parallel-build-and-kopetepasswordwidgetbase.tar.gz tdenetwork-fix/parallel-build-and-kopetepasswordwidgetbase.zip | |
Fix potential FTBFS during parallel build and late processing of kopetepasswordwidgetbase.kcfg.fix/parallel-build-and-kopetepasswordwidgetbase
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | kopete/protocols/gadu/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/gadu/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/groupwise/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/irc/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/jabber/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/meanwhile/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/meanwhile/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/msn/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/oscar/aim/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/oscar/icq/ui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | kopete/protocols/yahoo/CMakeLists.txt | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/kopete/protocols/gadu/CMakeLists.txt b/kopete/protocols/gadu/CMakeLists.txt index 9d349a82..e9d25876 100644 --- a/kopete/protocols/gadu/CMakeLists.txt +++ b/kopete/protocols/gadu/CMakeLists.txt @@ -50,5 +50,6 @@ tde_add_kpart( kopete_gadu AUTOMOC gadurichtextformat.cpp gadudccserver.cpp gadudcctransaction.cpp gadudcc.cpp LINK gaduui-static kopete-shared ${GADU_LIBRARIES} + DEPENDENCIES kopeteui_base_headers DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kopete/protocols/gadu/ui/CMakeLists.txt b/kopete/protocols/gadu/ui/CMakeLists.txt index 10b5b07d..bfef0bef 100644 --- a/kopete/protocols/gadu/ui/CMakeLists.txt +++ b/kopete/protocols/gadu/ui/CMakeLists.txt @@ -25,4 +25,5 @@ tde_add_library( gaduui STATIC_PIC AUTOMOC SOURCES gaduadd.ui gadusearch.ui gadueditaccountui.ui gaduawayui.ui gaduregisteraccountui.ui empty.cpp + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/groupwise/ui/CMakeLists.txt b/kopete/protocols/groupwise/ui/CMakeLists.txt index 7ea9c307..5c4a50bc 100644 --- a/kopete/protocols/groupwise/ui/CMakeLists.txt +++ b/kopete/protocols/groupwise/ui/CMakeLists.txt @@ -32,4 +32,5 @@ tde_add_library( kopetegroupwiseui STATIC_PIC AUTOMOC gwprivacy.ui gwprivacydialog.cpp gwsearch.cpp gwcustomstatuswidget.ui gwcustomstatusedit.ui gwcontactsearch.ui gwchatsearchwidget.ui gwchatsearchdialog.cpp gwchatpropswidget.ui gwchatpropsdialog.cpp + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/irc/ui/CMakeLists.txt b/kopete/protocols/irc/ui/CMakeLists.txt index 7d77d5b8..648db036 100644 --- a/kopete/protocols/irc/ui/CMakeLists.txt +++ b/kopete/protocols/irc/ui/CMakeLists.txt @@ -27,4 +27,5 @@ tde_add_library( kopeteircui STATIC_PIC AUTOMOC SOURCES ircadd.ui empty.cpp irceditaccountwidget.cpp irceditaccount.ui channellist.cpp channellistdialog.cpp networkconfig.ui + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/jabber/ui/CMakeLists.txt b/kopete/protocols/jabber/ui/CMakeLists.txt index e644353c..3ac236ff 100644 --- a/kopete/protocols/jabber/ui/CMakeLists.txt +++ b/kopete/protocols/jabber/ui/CMakeLists.txt @@ -40,4 +40,5 @@ tde_add_library( kopetejabberui STATIC_PIC AUTOMOC dlgjabberchangepassword.cpp empty.cpp dlgchatroomslist.ui dlgjabberchatroomslist.cpp dlgchatjoin.ui dlgjabberchatjoin.cpp dlgservices.ui + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/meanwhile/CMakeLists.txt b/kopete/protocols/meanwhile/CMakeLists.txt index 91c7cabd..b2c9a9f3 100644 --- a/kopete/protocols/meanwhile/CMakeLists.txt +++ b/kopete/protocols/meanwhile/CMakeLists.txt @@ -47,5 +47,6 @@ tde_add_kpart( kopete_meanwhile AUTOMOC meanwhileeditaccountwidget.cpp meanwhileaccount.cpp meanwhilecontact.cpp meanwhilesession.cpp meanwhileplugin.cpp LINK kopetemeanwhileui-static kopete-shared ${MEANWHILE_LIBRARIES} + DEPENDENCIES kopeteui_base_headers DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kopete/protocols/meanwhile/ui/CMakeLists.txt b/kopete/protocols/meanwhile/ui/CMakeLists.txt index 434f849b..85724549 100644 --- a/kopete/protocols/meanwhile/ui/CMakeLists.txt +++ b/kopete/protocols/meanwhile/ui/CMakeLists.txt @@ -24,4 +24,5 @@ include_directories( tde_add_library( kopetemeanwhileui STATIC_PIC AUTOMOC SOURCES empty.cpp meanwhileeditaccountbase.ui meanwhileaddcontactbase.ui + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/msn/ui/CMakeLists.txt b/kopete/protocols/msn/ui/CMakeLists.txt index bd70ce80..81d8f89c 100644 --- a/kopete/protocols/msn/ui/CMakeLists.txt +++ b/kopete/protocols/msn/ui/CMakeLists.txt @@ -26,4 +26,5 @@ tde_add_library( kopetemsnui STATIC_PIC AUTOMOC SOURCES msnadd.ui msndebugrawcommand_base.ui msninfo.ui msneditaccountui.ui msneditaccountwidget.cpp + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/oscar/aim/ui/CMakeLists.txt b/kopete/protocols/oscar/aim/ui/CMakeLists.txt index 8f5ff329..e94c4386 100644 --- a/kopete/protocols/oscar/aim/ui/CMakeLists.txt +++ b/kopete/protocols/oscar/aim/ui/CMakeLists.txt @@ -28,4 +28,5 @@ tde_add_library( kopeteaimui STATIC_PIC AUTOMOC SOURCES aimaddcontactui.ui aimeditaccountui.ui aiminfobase.ui aimjoinchatbase.ui aimaddcontactpage.cpp aimeditaccountwidget.cpp + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/oscar/icq/ui/CMakeLists.txt b/kopete/protocols/oscar/icq/ui/CMakeLists.txt index 9da3ac25..03dc2c38 100644 --- a/kopete/protocols/oscar/icq/ui/CMakeLists.txt +++ b/kopete/protocols/oscar/icq/ui/CMakeLists.txt @@ -31,4 +31,5 @@ tde_add_library( kopeteicqui STATIC_PIC AUTOMOC icqinterestinfowidget.ui icquserinfowidget.cpp icqauthreplyui.ui icqauthreplydialog.cpp icqaddcontactpage.cpp icqsearchbase.ui icqsearchdialog.cpp + DEPENDENCIES kopeteui_base_headers ) diff --git a/kopete/protocols/yahoo/CMakeLists.txt b/kopete/protocols/yahoo/CMakeLists.txt index 7e542286..11043714 100644 --- a/kopete/protocols/yahoo/CMakeLists.txt +++ b/kopete/protocols/yahoo/CMakeLists.txt @@ -50,5 +50,6 @@ tde_add_kpart( kopete_yahoo AUTOMOC yahooaccount.cpp yahoocontact.cpp yahooconferencemessagemanager.cpp yahoochatsession.cpp yahooverifyaccount.cpp yahoowebcam.cpp LINK kyahoo-static kopeteyahooui-static kopeteui-static kopete-shared kopete_videodevice-shared + DEPENDENCIES kopeteui_base_headers DESTINATION ${PLUGIN_INSTALL_DIR} ) |
