aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-08-22 01:52:37 +0300
committerAhmad Samir <a.samirh78@gmail.com>2023-08-23 14:33:21 +0300
commit9ab265f0f61405f9ccc9972c055178cb3e3cebea (patch)
tree7e202864db489500ada7e28e4c3c2bc5934ebc0b /src
parent873852511aa29984e3e3d6f5d04223f86ad134d0 (diff)
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
By adding it to the default build flags via .cmake.conf. This amends commit 9b5aa340cfec41b4640f78abae834ac49060706d. Task-number: QTBUG-116296 Change-Id: I91e31a9e17d039d2b99ddf31248332fe851cd4c4 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/timeline/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/CMakeLists.txt b/src/timeline/CMakeLists.txt
index d4ce815..a086b31 100644
--- a/src/timeline/CMakeLists.txt
+++ b/src/timeline/CMakeLists.txt
@@ -17,7 +17,6 @@ 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