4 files changed, 8 insertions, 0 deletions
diff --git a/src/voip/CallDevices.cpp b/src/voip/CallDevices.cpp
index c279248b..90eef113 100644
--- a/src/voip/CallDevices.cpp
+++ b/src/voip/CallDevices.cpp
@@ -393,3 +393,5 @@ CallDevices::frameRates(const std::string &, const std::string &) const
}
#endif
+
+#include "moc_CallDevices.cpp"
diff --git a/src/voip/CallManager.cpp b/src/voip/CallManager.cpp
index e5754417..ac3ec8ee 100644
--- a/src/voip/CallManager.cpp
+++ b/src/voip/CallManager.cpp
@@ -1172,3 +1172,5 @@ getTurnURIs(const mtx::responses::TurnServer &turnServer)
return ret;
}
}
+
+#include "moc_CallManager.cpp"
diff --git a/src/voip/ScreenCastPortal.cpp b/src/voip/ScreenCastPortal.cpp
index 83f7595b..784e5aa3 100644
--- a/src/voip/ScreenCastPortal.cpp
+++ b/src/voip/ScreenCastPortal.cpp
@@ -511,3 +511,5 @@ ScreenCastPortal::openPipeWireRemote()
}
#endif
+
+#include "moc_ScreenCastPortal.cpp"
diff --git a/src/voip/WebRTCSession.cpp b/src/voip/WebRTCSession.cpp
index 332a27fd..049b3431 100644
--- a/src/voip/WebRTCSession.cpp
+++ b/src/voip/WebRTCSession.cpp
@@ -1305,3 +1305,5 @@ WebRTCSession::end()
}
#endif
+
+#include "moc_WebRTCSession.cpp"
|