mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtapplicationmanager: refresh patch
Change-Id: Iec545bfec0bb619b891527a82591cc87f617f413 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
4267d2f1d1
commit
3aa335136a
|
|
@ -1,4 +1,4 @@
|
|||
From 37b0a11ac7ca9521b4f1446ad817ee28d2216698 Mon Sep 17 00:00:00 2001
|
||||
From e16e843dbcb67d7262379ac131ce3867d0ec169d Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Wed, 16 Oct 2024 09:05:15 +0000
|
||||
Subject: [PATCH] Don't store build dir to the binaries
|
||||
|
|
@ -14,16 +14,16 @@ Upstream-Status: Pending
|
|||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/src/main-lib/main.cpp b/src/main-lib/main.cpp
|
||||
index 1deba17d..8cd5599a 100644
|
||||
index 28a5e3eb..e51eb466 100644
|
||||
--- a/src/main-lib/main.cpp
|
||||
+++ b/src/main-lib/main.cpp
|
||||
@@ -139,9 +139,6 @@ Main::Main(int &argc, char **argv, InitFlags initFlags)
|
||||
@@ -141,9 +141,6 @@ Main::Main(int &argc, char **argv, InitFlags initFlags)
|
||||
false;
|
||||
#endif
|
||||
|
||||
- // this might be needed later on by the native runtime to find a suitable qml runtime launcher
|
||||
- setProperty("_am_build_dir", QString::fromLatin1(AM_BUILD_DIR));
|
||||
-
|
||||
UnixSignalHandler::instance()->install(UnixSignalHandler::ForwardedToEventLoopHandler,
|
||||
{ SIGINT, SIGTERM },
|
||||
[](int sig) {
|
||||
static bool once = false;
|
||||
if (!once) {
|
||||
once = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user