aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-07-15 16:47:09 +0300
committerAhmad Samir <a.samirh78@gmail.com>2023-07-17 15:26:58 +0300
commit2a5d08e18495e1d6ed77863141080e00dad24683 (patch)
tree16622ec3b5db5522880dc085e0a67d12c5460d4c /src
parent835552f592b2e30c285e1829f2dad3445e783d69 (diff)
Build with QT_NO_CONTEXTLESS_CONNECT
This disables the 3-arg QObject::connect() overload: QObject::connect(sender, signal, functor) For details see: https://lists.qt-project.org/pipermail/development/2023-July/044141.html Change-Id: Ie911291c1bcc210043a13528c2323b8b6899c7ba Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/timeline/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/CMakeLists.txt b/src/timeline/CMakeLists.txt
index a086b31..d4ce815 100644
--- a/src/timeline/CMakeLists.txt
+++ b/src/timeline/CMakeLists.txt
@@ -17,6 +17,7 @@ qt_internal_add_qml_module(QuickTimeline
qtquicktimelineglobal.h qtquicktimelineglobal_p.h
DEFINES
QT_BUILD_QUICK_TIMELINE_LIB
+ QT_NO_CONTEXTLESS_CONNECT
PUBLIC_LIBRARIES
Qt::Core
Qt::Qml